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 AppointmentProcedureCreateOrConnectWithoutPatientInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput>;
|
|
export declare const AppointmentProcedureCreateOrConnectWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput;
|
|
where: Prisma.AppointmentProcedureWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput;
|
|
where: Prisma.AppointmentProcedureWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentProcedureCreateOrConnectWithoutPatientInput.schema.d.ts.map
|