@compas/code-gen
Version:
Generate various boring parts of your server
10 lines (9 loc) • 303 B
TypeScript
/**
* Create the events for all the CRUD routes
*
* @param {import("../generated/common/types.js").CodeGenContext} context
*/
export function crudGenerateEventImplementations(
context: import("../generated/common/types.js").CodeGenContext,
): void;
//# sourceMappingURL=event-implementer.d.ts.map