Skip to content

API DocumentationDocs


API Documentation / ParamValue

Type Alias: ParamValue<isRaw>

ParamValue<isRaw>: true extends isRaw ? string | number : string

Utility type for raw and non raw params like :id

Type Parameters

isRaw extends boolean

Released under the MIT License.