Interface ParsedQs

interface ParsedQs {
    [key: string]: undefined | string | string[] | ParsedQs | ParsedQs[];
}

Indexable

[key: string]: undefined | string | string[] | ParsedQs | ParsedQs[]