UNPKG

183 BPlain TextView Raw
1export type Command = 'auth' | 'create' | 'eject' | 'export' | 'fetch' | 'import' | 'update' | 'version'
2
3export type Region = 'eu-west-1'
4
5export interface Config {
6 token: string
7}
\No newline at end of file