alwaysai
Version:
The alwaysAI command-line interface (CLI)
8 lines • 503 B
TypeScript
export declare const DEVICE_CREDENTIALS_DIRECTORY_NAME = "device";
export declare const DEVICE_CONFIG_FILE_NAME = "alwaysai.device.json";
export declare function getDeviceConfigPath(): string;
export declare function getLocalDeviceConfigDirectoryPath(): string;
export declare function getLocalDeviceConfigFilePath(): string;
export declare function getRemoteDeviceConfigDirectoryPath(): string;
export declare function getRemoteDeviceConfigFilePath(): string;
//# sourceMappingURL=device-paths.d.ts.map