mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-29 01:58:52 +00:00
4 lines
47 B
TypeScript
4 lines
47 B
TypeScript
|
interface Dictionary<T> {
|
||
|
[key: string]: T;
|
||
|
}
|