export type GlobalOptions = { baseUrl: string | undefined; remote: string | undefined; workspace: string | undefined; token: string | undefined; email: string | undefined; password: string | undefined; };