Interface: PathParam
Defined in: core/types.ts:32
A {token} in a path template. required defaults to true; a missing value
falls back to default, then to the value of another param (defaultFrom,
e.g. a competition id that defaults from the event id).
Properties
default?
optionaldefault?:string|number
Defined in: core/types.ts:35
defaultFrom?
optionaldefaultFrom?:string
Defined in: core/types.ts:36
name
name:
string
Defined in: core/types.ts:33
required?
optionalrequired?:boolean
Defined in: core/types.ts:34