mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
83a76f7d6f
Change-Type: patch
7 lines
122 B
TypeScript
7 lines
122 B
TypeScript
declare module 'president' {
|
|
export function execute(
|
|
command: string[],
|
|
callback: (err: Error) => void,
|
|
): void;
|
|
}
|