Variable: GatewayPricingConfigRequestSchema
const GatewayPricingConfigRequestSchema: z.ZodType<{
type?: string;
pay_as_you_go?: GatewayRequestPayAsYouGoPricing;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2963
SCM PricingConfigRequest; stable request fields are strict; extension maps accept finite JSON.