/** * @fileoverview Generated Types for endpoint-meta * @description Auto-generated inferred types for Zod schemas * @version 0.18.4 * @generated 2025-10-12T01:19:19.012Z * * This file contains inferred TypeScript types for all Zod schemas in schemas/endpoint-meta.ts. * These types should be used instead of manual type definitions for consistency. */ // ❌ AuthLevel missing type export - add: export type AuthLevelType = z.infer; // ❌ HttpMethod missing type export - add: export type HttpMethodType = z.infer; // ❌ PerformanceSLA missing type export - add: export type PerformanceSLAType = z.infer; // ❌ EndpointMeta missing type export - add: export type EndpointMetaType = z.infer; // ❌ EndpointRegistrySchema missing type export - add: export type EndpointRegistrySchemaType = z.infer;