Interface RouterGroup<T>

RouterGroup represents a collection of routes and other sub groups that share common pattern prefix and middlewares.

Type Parameters

  • T

Hierarchy

  • RouterGroup

Properties

Properties

middlewares: hook.Handler<T>[]
prefix: string

Generated using TypeDoc