API Documentation • Docs
API Documentation / ParamValueZeroOrMore
Type Alias: ParamValueZeroOrMore<isRaw>
ParamValueZeroOrMore<
isRaw
>:true
extendsisRaw
?ParamValue
<isRaw
>[] |undefined
|null
:ParamValue
<isRaw
>[] |undefined
Utility type for raw and non raw params like :id*
Type Parameters
• isRaw extends boolean