UNPKG

@kubb/plugin-oas

Version:

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

16 lines (13 loc) 270 B
import { S as Schema } from './SchemaMapper-B21ZmWag.cjs'; import '@kubb/core/fs'; declare const schemas: { basic: { name: string; schema: Schema; }[]; full: { name: string; schema: Schema[]; }[]; }; export { schemas };