14 lines
1.4 KiB
TypeScript
14 lines
1.4 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput>;
|
|
export declare const AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateWithoutNpiProviderInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.AppointmentProcedureWhereUniqueInput;
|
|
data: Prisma.AppointmentProcedureUpdateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput;
|
|
}, {
|
|
where: Prisma.AppointmentProcedureWhereUniqueInput;
|
|
data: Prisma.AppointmentProcedureUpdateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map
|