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

17 lines
1.6 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const NpiProviderUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.NpiProviderUpsertWithWhereUniqueWithoutUserInput>;
export declare const NpiProviderUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>;
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderUpdateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedUpdateWithoutUserInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedCreateWithoutUserInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput;
where: Prisma.NpiProviderWhereUniqueInput;
update: Prisma.NpiProviderUpdateWithoutUserInput | Prisma.NpiProviderUncheckedUpdateWithoutUserInput;
}, {
create: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput;
where: Prisma.NpiProviderWhereUniqueInput;
update: Prisma.NpiProviderUpdateWithoutUserInput | Prisma.NpiProviderUncheckedUpdateWithoutUserInput;
}>;
//# sourceMappingURL=NpiProviderUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map