Skip to content

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

PropertyTypeDefined in
config{ policies: RoutePolicy[]; }routes.ts:19
config.policiesRoutePolicy[]routes.ts:20
handlerstringroutes.ts:18
methodHttpMethodroutes.ts:16
pathstringroutes.ts:17