Files
DentalManagementMH05/packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.d.ts

14 lines
1.3 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput>;
export declare const AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutNpiProviderInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput;
where: Prisma.AppointmentProcedureWhereUniqueInput;
}, {
create: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput;
where: Prisma.AppointmentProcedureWhereUniqueInput;
}>;
//# sourceMappingURL=AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.d.ts.map