UNPKG

67 BTypeScriptView Raw
1export interface IRequestDictionary {
2 [key: string]: any;
3}