Type Alias: UnboundRoute<PsBase, Ps, R>
UnboundRoute<
PsBase,Ps,R> =Omit<InitOf<typeofRoute>,"method"|"path"> &object
Defined in: src/types.ts:198
Type for an unbound route that is not connected to method and path.
Type Declaration
method?
optionalmethod:never
path?
optionalpath:never
Type Parameters
PsBase
PsBase extends RouteParameters
Ps
Ps extends RouteParameters
R
R