Workery / types / RouteParameter
Interface: RouteParameter<S>
types.RouteParameter
Type parameters
Name | Type |
---|---|
S | extends z.ZodType |
Table of contents
Properties
Properties
location
• location: RouteParameterLocation
Defined in
schema
• Optional
schema: S
Defined in
schemaOr
• Optional
schemaOr: any
Defined in
dependency
• Optional
dependency: Dependency
<any
, RouteParameters
, any
>
Defined in
options
• options: RouteParameterOptions
& { includeInSchema
: boolean
}