interface LoginCLIOptionsSchema { username?: string password?: string scope?: string | boolean } export type { LoginCLIOptionsSchema }