UNPKG

plazbot-cli

Version:
8 lines (7 loc) 186 B
import { BaseCommandOptions } from './common'; export interface LoginOptions extends BaseCommandOptions { email: string; apiKey: string; workspace: string; zone: "LA" | "EU"; }