7 lines
256 B
TypeScript
7 lines
256 B
TypeScript
import action from './action';
|
|
import command from './command';
|
|
import type { StrapiCloudCommandInfo } from '../types';
|
|
export { action, command };
|
|
declare const _default: StrapiCloudCommandInfo;
|
|
export default _default;
|
|
//# sourceMappingURL=index.d.ts.map
|