Variable: GatewayCustomHostConfigurationSchema
const GatewayCustomHostConfigurationSchema: ZodObject<{
custom_host: ZodOptional<ZodString>;
custom_headers: ZodOptional<ZodRecord<ZodString, ZodString>>;
}, "strip", ZodType<GatewayJsonValue, ZodTypeDef, GatewayJsonValue>, {
custom_host?: string;
custom_headers?: Record<string, string>;
}, {
custom_host?: string;
custom_headers?: Record<string, string>;
}>;
Defined in: src/models/ai-gateway-routing.ts:289