UNPKG

57 BTypeScriptView Raw
1export interface ObjectType<T> {
2 [key: string]: T;
3}