UNPKG

@lanonasis/cli

Version:

LanOnasis Enterprise CLI - Memory as a Service, API Key Management, and Infrastructure Orchestration

7 lines (6 loc) 157 B
interface LoginOptions { email?: string; password?: string; } export declare function loginCommand(options: LoginOptions): Promise<void>; export {};