UNPKG

@royli/hygen

Version:

The scalable code generator that saves you time.

10 lines 264 B
import { ActionResult } from '../types'; declare const echo: ({ attributes: { echo } }: { attributes: { echo: any; }; }, _args: any, { logger }: { logger: any; }) => Promise<ActionResult>; export default echo; //# sourceMappingURL=echo.d.ts.map