UNPKG

projex

Version:
2 lines (1 loc) 218 B
export declare const login: (account: string | undefined, email: string | undefined, workspace: string | undefined, apiKey: string | undefined, apiToken: string | undefined, exitOnError?: boolean) => Promise<boolean>;