The query parameter of the HTTP request.

interface Parameter {
    [id: string]: any;
}

Indexable

[id: string]: any