@compas/code-gen
Version:
Generate various boring parts of your server
11 lines (10 loc) • 447 B
TypeScript
/**
* Removes internals from the structure and value. These internals are not allowed in the
* Compas structure, so if not extending from an OpenAPI spec they can't be used.
*
* @param {import("../generated/common/types.js").CodeGenStructure} structure
*/
export function structureRemoveInternalFields(
structure: import("../generated/common/types.js").CodeGenStructure,
): void;
//# sourceMappingURL=structureRemoveInternalFields.d.ts.map