Skip to main content
interface ParsedUrlQueryInput
extends[NodeJS.Dict]<
string
| number
| boolean
| readonly string[]
| readonly number[]
| readonly boolean[]
| null
>
,
Back to top