initial commit
This commit is contained in:
17
packages/db/shared/schemas/objects/PdfGroupUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts
vendored
Normal file
17
packages/db/shared/schemas/objects/PdfGroupUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PdfGroupUpsertWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType<Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput>;
|
||||
export declare const PdfGroupUpsertWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>;
|
||||
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpdateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedUpdateWithoutPatientInput>>]>;
|
||||
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedCreateWithoutPatientInput>>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput;
|
||||
where: Prisma.PdfGroupWhereUniqueInput;
|
||||
update: Prisma.PdfGroupUpdateWithoutPatientInput | Prisma.PdfGroupUncheckedUpdateWithoutPatientInput;
|
||||
}, {
|
||||
create: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput;
|
||||
where: Prisma.PdfGroupWhereUniqueInput;
|
||||
update: Prisma.PdfGroupUpdateWithoutPatientInput | Prisma.PdfGroupUncheckedUpdateWithoutPatientInput;
|
||||
}>;
|
||||
//# sourceMappingURL=PdfGroupUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user