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

8 lines 229 B
import type { StrapiCommand } from '../../types'; declare const action: () => Promise<void>; /** * `$ strapi services:list` */ declare const command: StrapiCommand; export { action, command }; //# sourceMappingURL=list.d.ts.map