netlify-cli
Version:
Netlify command line tool
5 lines • 333 B
TypeScript
import type { OptionValues } from 'commander';
import type { SiteInfo } from '../../utils/types.js';
import type BaseCommand from '../base-command.js';
export declare const sitesCreateTemplate: (repository: string, options: OptionValues, command: BaseCommand) => Promise<SiteInfo>;
//# sourceMappingURL=sites-create-template.d.ts.map