hey-api-builders
Version:
A custom plugin for @hey-api/openapi-ts that generates mock data builders with a lightweight custom runtime, Zod integration, or static mock generation.
7 lines • 514 B
TypeScript
import type { BuildersPlugin } from '../types';
export declare const defaultConfig: BuildersPlugin['Config'];
export declare const defineConfig: (userConfig?: Omit<import("@hey-api/openapi-ts").Plugin.UserConfig<import("../types").Config>, "name"> | undefined) => Omit<import("@hey-api/openapi-ts").Plugin.Config<import("@hey-api/openapi-ts").Plugin.Types<import("../types").Config, import("../types").Config, never>>, "name"> & {
name: any;
};
export default defineConfig;
//# sourceMappingURL=config.d.ts.map