initial commit
This commit is contained in:
14
packages/db/shared/schemas/updateManyPatient.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/updateManyPatient.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const PatientUpdateManySchema: z.ZodType<Prisma.PatientUpdateManyArgs>;
|
||||
export declare const PatientUpdateManyZodSchema: z.ZodObject<{
|
||||
data: z.ZodType<Prisma.PatientUpdateManyMutationInput, z.ZodTypeDef, Prisma.PatientUpdateManyMutationInput>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.PatientWhereInput, z.ZodTypeDef, Prisma.PatientWhereInput>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
data: Prisma.PatientUpdateManyMutationInput;
|
||||
where?: Prisma.PatientWhereInput | undefined;
|
||||
}, {
|
||||
data: Prisma.PatientUpdateManyMutationInput;
|
||||
where?: Prisma.PatientWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=updateManyPatient.schema.d.ts.map
|
||||
Reference in New Issue
Block a user