alwaysai
Version:
The alwaysAI command-line interface (CLI)
11 lines • 459 B
TypeScript
export declare const Destination: {
YOUR_LOCAL_COMPUTER: "YOUR_LOCAL_COMPUTER";
REMOTE_DEVICE: "REMOTE_DEVICE";
};
declare type Destination = keyof typeof Destination;
export declare function checkProcessorBrand(): Promise<boolean>;
export declare function destinationPromptComponent(props: {
prevDestination?: Destination;
}): Promise<"YOUR_LOCAL_COMPUTER" | "REMOTE_DEVICE">;
export {};
//# sourceMappingURL=destination-prompt-component.d.ts.map