Skip to content

API DocumentationDocs


API Documentation / ParamValueZeroOrMore

Type Alias: ParamValueZeroOrMore<isRaw>

ParamValueZeroOrMore<isRaw>: true extends isRaw ? ParamValue<isRaw>[] | undefined | null : ParamValue<isRaw>[] | undefined

Utility type for raw and non raw params like :id*

Type Parameters

isRaw extends boolean

Released under the MIT License.