@webroute/routeInterfaces
RouteDefInner
Extended by
Type Parameters
Type Parameter |
---|
TParams extends RouteParams |
Properties
Property | Type |
---|---|
body? | ValidatorDef |
headersReq? | ValidatorDef |
meta? | TParams ["Meta" ] |
methods? | TParams ["Methods" ][] |
middleware? | MiddlewareInFn [] |
output? | ValidatorDef |
params? | ValidatorDef |
path? | TParams ["Path" ] |
providers? | TParams ["Providers" ] |
query? | ValidatorDef |