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