Interface: PluginRoute
Defined in: routes.ts:15
A route this plugin registers.
Exported rather than declared locally in each route file because the route arrays are default-exported, and TypeScript cannot emit a declaration for an export whose type is private to its module.
Properties
| Property | Type | Defined in |
|---|---|---|
config | { policies: RoutePolicy[]; } | routes.ts:19 |
config.policies | RoutePolicy[] | routes.ts:20 |
handler | string | routes.ts:18 |
method | HttpMethod | routes.ts:16 |
path | string | routes.ts:17 |