mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-23 10:30:26 +00:00
4 lines
47 B
TypeScript
4 lines
47 B
TypeScript
|
interface Dictionary<T> {
|
||
|
[key: string]: T;
|
||
|
}
|