UNPKG

158 BTypeScriptView Raw
1/**
2 * Generic plain object with all key values of given type.
3 */
4export interface IObjectOf<T> {
5 [id: string]: T;
6}
7//# sourceMappingURL=object.d.ts.map
\No newline at end of file