11 lines
331 B
TypeScript
11 lines
331 B
TypeScript
import action from './action';
|
|
import command from './command';
|
|
export { action, command };
|
|
declare const _default: {
|
|
name: string;
|
|
description: string;
|
|
action: (ctx: import("..").CLIContext) => Promise<void>;
|
|
command: import("..").StrapiCloudCommand;
|
|
};
|
|
export default _default;
|
|
//# sourceMappingURL=index.d.ts.map
|