UNPKG

netlify-cli

Version:

Netlify command line tool

4 lines 256 B
import type { OptionValues } from 'commander'; import type BaseCommand from '../base-command.js'; export declare const apiCommand: (apiMethodName: string, options: OptionValues, command: BaseCommand) => Promise<undefined>; //# sourceMappingURL=api.d.ts.map