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