interface QueryParameters {
    [property: string]: string | (string | number)[] | null;
}

Indexable

[property: string]: string | (string | number)[] | null