UNPKG

51 BPlain TextView Raw
1export interface Dict<T> {
2 [index: string]: T;
3}