UNPKG

@kubb/plugin-oas

Version:

OpenAPI Specification (OAS) plugin for Kubb, providing core functionality for parsing and processing OpenAPI/Swagger schemas for code generation.

17 lines (16 loc) 352 B
import { t as __name } from "./chunk--u3MIqq1.js"; import { t as Schema } from "./SchemaMapper-SneuY1wg.js"; //#region src/mocks/schemas.d.ts declare const schemas: { basic: { name: string; schema: Schema; }[]; full: { name: string; schema: Schema[]; }[]; }; //#endregion export { schemas }; //# sourceMappingURL=mocks.d.ts.map