import * as z from 'zod'; export const PaymentUpdateManyResultSchema = z.object({ count: z.number() });