UNPKG

netlify-cli

Version:

Netlify command line tool

9 lines 338 B
import BaseCommand from '../../commands/base-command.js'; import type { RepoData } from '../get-repo-data.js'; export declare const configureRepo: ({ command, manual, repoData, siteId, }: { command: BaseCommand; manual: boolean; repoData: RepoData; siteId: string; }) => Promise<void>; //# sourceMappingURL=config.d.ts.map