Files
pole-book/server/node_modules/@strapi/strapi/dist/cli/commands/generate.d.ts

7 lines
174 B
TypeScript

import type { StrapiCommand } from '../types';
/**
* `$ strapi generate`
*/
declare const command: StrapiCommand;
export { command };
//# sourceMappingURL=generate.d.ts.map