UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

10 lines 360 B
import { TargetHardware, TargetProtocol } from '../../../core/app'; export declare function targetJsonComponent(props: { yes: boolean; targetProtocol?: TargetProtocol; targetHardware?: TargetHardware; targetHostname?: string; targetPath?: string; deviceId?: string; }): Promise<void>; //# sourceMappingURL=target-json-component.d.ts.map