UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

6 lines 217 B
import { AaiDevice } from '../../infrastructure'; export declare function deviceAddComponent(props: { yes: boolean; hostname?: string; }): Promise<AaiDevice>; //# sourceMappingURL=device-add-component.d.ts.map