@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) • 511 B
text/typescript
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-DYAniEBx.d.cts.map