@compas/code-gen
Version:
Generate various boring parts of your server
11 lines (10 loc) • 420 B
TypeScript
/**
* Generate the open api specification for the provided structure.
*
* @param {import("../generate.js").GenerateContext} generateContext
*/
export function openApiGenerate(generateContext: import("../generate.js").GenerateContext): void;
/**
* @param {import("../generate.js").GenerateContext} generateContext
*/
export function openApiBuildFile(generateContext: import("../generate.js").GenerateContext): any;