UNPKG

@compas/code-gen

Version:

Generate various boring parts of your server

7 lines (6 loc) 257 B
/** * Generate all types that are necessary for the CRUD items in this structure. * * @param {import("../generate.js").GenerateContext} generateContext */ export function crudTypesCreate(generateContext: import("../generate.js").GenerateContext): void;