Interface WindowSearchParams

interface WindowSearchParams {
    [key: string]: string;
}

Indexable

[key: string]: string