mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
ffffd447f2
Change-Type: patch
5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
declare module '*/package.json' {
|
|
export const name: string;
|
|
export const version: string;
|
|
}
|