Interface DispatchNames<TMeans>

Request processing handlers for route entry names.

Type Parameters

  • TMeans extends RouterMeans

    Supported route processing means.

Hierarchy

  • DispatchNames

Indexable

[entry: string]: RequestHandlerMethod<this, TMeans> | undefined

Generated using TypeDoc