Skip to main content

ParsedUrlQueryInput

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