UNPKG

@kubb/plugin-msw

Version:

Mock Service Worker (MSW) handlers generator plugin for Kubb, creating API mocks from OpenAPI specifications for frontend development and testing.

13 lines (12 loc) 510 B
import * as OasTypes from "oas/types"; import { HttpMethods as HttpMethod } from "oas/types"; import { Operation as Operation$1 } from "oas/operation"; //#region ../oas/src/types.d.ts type contentType = 'application/json' | (string & {}); type SchemaObject$1 = OasTypes.SchemaObject & { 'x-nullable'?: boolean; $ref?: string; }; //#endregion export { type HttpMethod, type OasTypes, type Operation$1 as Operation, SchemaObject$1 as SchemaObject, contentType }; //# sourceMappingURL=types-BOMj2hjt.d.ts.map