UNPKG

msal

Version:
7 lines (6 loc) 149 B
/** * Key-Value type to support queryParams, extraQueryParams and claims */ export declare type StringDict = { [key: string]: string; };