Variable: GatewayCreatePolicyResponseSchema
const GatewayCreatePolicyResponseSchema: z.ZodType<{
[key: string]: unknown;
id?: string;
object?: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:777
SCM CreatePolicyResponse; unknown response fields are preserved.