import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffUncheckedUpdateInputObjectSchema: z.ZodType; export declare const StaffUncheckedUpdateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>]>>; userId: z.ZodOptional>]>>; name: z.ZodOptional>]>>; email: z.ZodNullable>]>>>; role: z.ZodOptional>]>>; phone: z.ZodNullable>]>>>; createdAt: z.ZodOptional>]>>; appointments: z.ZodOptional>>; claims: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; claims?: Prisma.ClaimUncheckedUpdateManyWithoutStaffNestedInput | undefined; name?: string | Prisma.StringFieldUpdateOperationsInput | undefined; email?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; role?: string | Prisma.StringFieldUpdateOperationsInput | undefined; phone?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; appointments?: Prisma.AppointmentUncheckedUpdateManyWithoutStaffNestedInput | undefined; }, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; claims?: Prisma.ClaimUncheckedUpdateManyWithoutStaffNestedInput | undefined; name?: string | Prisma.StringFieldUpdateOperationsInput | undefined; email?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; role?: string | Prisma.StringFieldUpdateOperationsInput | undefined; phone?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; appointments?: Prisma.AppointmentUncheckedUpdateManyWithoutStaffNestedInput | undefined; }>; //# sourceMappingURL=StaffUncheckedUpdateInput.schema.d.ts.map