14 lines
1.3 KiB
TypeScript
14 lines
1.3 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInputObjectSchema: z.ZodType<Prisma.NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput>;
|
|
export declare const NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereInput, z.ZodTypeDef, Prisma.NpiProviderWhereInput>>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput;
|
|
where?: Prisma.NpiProviderWhereInput | undefined;
|
|
}, {
|
|
data: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput;
|
|
where?: Prisma.NpiProviderWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.d.ts.map
|