UNPKG

@strapi/generate-new

Version:

Generate a new Strapi application.

15 lines 406 B
import type { Question } from 'inquirer'; import type { Scope } from '../types'; interface QuestionFactory { (options: { scope: Scope; client: 'postgres' | 'mysql' | 'sqlite'; }): Question; } declare const _default: { sqlite: QuestionFactory[]; postgres: QuestionFactory[]; mysql: QuestionFactory[]; }; export default _default; //# sourceMappingURL=db-questions.d.ts.map