@compas/code-gen
Version:
Generate various boring parts of your server
10 lines (9 loc) • 297 B
TypeScript
/**
* Generate all types that are necessary for the CRUD items in this structure.
*
* @param {import("../generate").GenerateContext} generateContext
*/
export function crudTypesCreate(
generateContext: import("../generate").GenerateContext,
): void;
//# sourceMappingURL=crud-types.d.ts.map