initial commit
This commit is contained in:
14
packages/db/shared/schemas/objects/PdfGroupUpdateManyWithWhereWithoutPatientInput.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/objects/PdfGroupUpdateManyWithWhereWithoutPatientInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PdfGroupUpdateManyWithWhereWithoutPatientInputObjectSchema: z.ZodType<Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput>;
|
||||
export declare const PdfGroupUpdateManyWithWhereWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodLazy<z.ZodType<Prisma.PdfGroupScalarWhereInput, z.ZodTypeDef, Prisma.PdfGroupScalarWhereInput>>;
|
||||
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupUpdateManyMutationInput, z.ZodTypeDef, Prisma.PdfGroupUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedUpdateManyWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedUpdateManyWithoutPatientInput>>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where: Prisma.PdfGroupScalarWhereInput;
|
||||
data: Prisma.PdfGroupUpdateManyMutationInput | Prisma.PdfGroupUncheckedUpdateManyWithoutPatientInput;
|
||||
}, {
|
||||
where: Prisma.PdfGroupScalarWhereInput;
|
||||
data: Prisma.PdfGroupUpdateManyMutationInput | Prisma.PdfGroupUncheckedUpdateManyWithoutPatientInput;
|
||||
}>;
|
||||
//# sourceMappingURL=PdfGroupUpdateManyWithWhereWithoutPatientInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user