balena-supervisor/typings/global.d.ts
2018-11-02 14:50:13 +00:00

4 lines
47 B
TypeScript

interface Dictionary<T> {
[key: string]: T;
}