UNPKG

netlify

Version:

Netlify command line tool

7 lines 252 B
import BaseCommand from '../base-command.js'; export interface MigrateOptions { to?: string; json?: boolean; } export declare const migrate: (options: MigrateOptions, command: BaseCommand) => Promise<void>; //# sourceMappingURL=migrate.d.ts.map