UNPKG

53 BTypeScriptView Raw
1export interface Dict<T> {
2 [index: string]: T;
3}