export type Command = 'auth' | 'create' | 'eject' | 'export' | 'fetch' | 'import' | 'update' | 'version' export type Region = 'eu-west-1' export interface Config { token: string }