UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

8 lines 290 B
import { AaiDevice } from '../../infrastructure'; export declare function deviceCheckAndUpdateComponent(props: { yes: boolean; targetHostname: string; device: AaiDevice; isNewDevice: boolean; }): Promise<void>; //# sourceMappingURL=device-check-and-update-component.d.ts.map