UNPKG

heroku

Version:

CLI to interact with Heroku

7 lines (6 loc) 188 B
import { Command } from '@heroku-cli/command'; export default class AccountsIndex extends Command { static description: string; static example: string; run(): Promise<void>; }