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