mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-23 23:42:29 +00:00
3 lines
46 B
TypeScript
3 lines
46 B
TypeScript
|
interface Dictionary<T> {
|
||
|
[key: string]: T;
|
||
|
}
|