UNPKG

@strapi/strapi

Version:

An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite

9 lines 198 B
interface CommandOptions { output?: string; } /** * @experimental */ declare const action: (options: CommandOptions) => Promise<void>; export { action }; //# sourceMappingURL=generate.d.ts.map