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