hygen
Version:
The scalable code generator that saves you time.
14 lines • 385 B
TypeScript
import type { ActionResult } from '../types';
declare const shell: ({ attributes: { sh, spinner, sh_ignore_exit }, body }: {
attributes: {
sh: any;
spinner: any;
sh_ignore_exit: any;
};
body: any;
}, args: any, { logger, exec }: {
logger: any;
exec: any;
}) => Promise<ActionResult>;
export default shell;
//# sourceMappingURL=shell.d.ts.map