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

17 lines
1.5 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const StaffUpsertWithoutClaimsInputObjectSchema: z.ZodType<Prisma.StaffUpsertWithoutClaimsInput>;
export declare const StaffUpsertWithoutClaimsInputObjectZodSchema: z.ZodObject<{
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUpdateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUncheckedUpdateWithoutClaimsInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffCreateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUncheckedCreateWithoutClaimsInput>>]>;
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffWhereInput, z.ZodTypeDef, Prisma.StaffWhereInput>>>;
}, "strict", z.ZodTypeAny, {
create: Prisma.StaffCreateWithoutClaimsInput | Prisma.StaffUncheckedCreateWithoutClaimsInput;
update: Prisma.StaffUpdateWithoutClaimsInput | Prisma.StaffUncheckedUpdateWithoutClaimsInput;
where?: Prisma.StaffWhereInput | undefined;
}, {
create: Prisma.StaffCreateWithoutClaimsInput | Prisma.StaffUncheckedCreateWithoutClaimsInput;
update: Prisma.StaffUpdateWithoutClaimsInput | Prisma.StaffUncheckedUpdateWithoutClaimsInput;
where?: Prisma.StaffWhereInput | undefined;
}>;
//# sourceMappingURL=StaffUpsertWithoutClaimsInput.schema.d.ts.map