UNPKG

netlify-cli

Version:

Netlify command line tool

5 lines 330 B
import { OptionValues } from 'commander'; import { SiteInfo } from '../../utils/types.js'; import BaseCommand from '../base-command.js'; export declare const sitesCreateTemplate: (repository: string, options: OptionValues, command: BaseCommand) => Promise<SiteInfo | undefined>; //# sourceMappingURL=sites-create-template.d.ts.map