Variable: GatewayAporiaParametersSchema
const GatewayAporiaParametersSchema: z.ZodType<{
[key: string]: unknown;
projectID: string;
timeout?: number;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2206
SCM AporiaParameters; unknown response fields are preserved.