@compas/code-gen
Version:
Generate various boring parts of your server
15 lines (14 loc) • 360 B
TypeScript
export function crudCallFunctionsForRoutes(
functions: any,
type: any,
args: any,
): void;
/**
*
* @param {import("../generated/common/types.js").CodeGenCrudType} type
* @returns {string}
*/
export function crudCreateRouteParam(
type: import("../generated/common/types.js").CodeGenCrudType,
): string;
//# sourceMappingURL=route-functions.d.ts.map