UNPKG

@heroku/plugin-ai

Version:
8 lines (7 loc) 325 B
import * as Heroku from '@heroku-cli/schema'; import { APIClient } from '@heroku-cli/command'; export default function (heroku: APIClient, app: string, plan: string, confirm: string | undefined, options: { name?: string; config: Record<string, string | boolean>; as?: string; }): Promise<Required<Heroku.AddOn>>;