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

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