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