UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

8 lines 291 B
import { TargetProtocol } from '../util/target-protocol'; export declare function appConfigureComponent(props: { yes: boolean; targetProtocol: TargetProtocol; targetHostname: string; targetPath: string; }): Promise<void>; //# sourceMappingURL=app-configure-component.d.ts.map