UNPKG

425 BTypeScriptView Raw
1import { Command } from '@heroku-cli/command';
2export default class Regions extends Command {
3 static topic: string;
4 static description: string;
5 static flags: {
6 json: import("@oclif/parser/lib/flags").IBooleanFlag<boolean>;
7 private: import("@oclif/parser/lib/flags").IBooleanFlag<boolean>;
8 common: import("@oclif/parser/lib/flags").IBooleanFlag<boolean>;
9 };
10 run(): Promise<void>;
11}