Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/StaffUpdateWithWhereUniqueWithoutUserInput.schema.d.ts
2026-04-04 22:13:55 -04:00

14 lines
1.0 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const StaffUpdateWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.StaffUpdateWithWhereUniqueWithoutUserInput>;
export declare const StaffUpdateWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffUpdateWithoutUserInput, z.ZodTypeDef, Prisma.StaffUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.StaffUncheckedUpdateWithoutUserInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.StaffWhereUniqueInput;
data: Prisma.StaffUncheckedUpdateWithoutUserInput | Prisma.StaffUpdateWithoutUserInput;
}, {
where: Prisma.StaffWhereUniqueInput;
data: Prisma.StaffUncheckedUpdateWithoutUserInput | Prisma.StaffUpdateWithoutUserInput;
}>;
//# sourceMappingURL=StaffUpdateWithWhereUniqueWithoutUserInput.schema.d.ts.map