UNPKG

149 BTypeScriptView Raw
1/**
2 * Key-Value type to support queryParams, extraQueryParams and claims
3 */
4export declare type StringDict = {
5 [key: string]: string;
6};