14 lines
1.2 KiB
TypeScript
14 lines
1.2 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentCreateOrConnectWithoutProceduresInputObjectSchema: z.ZodType<Prisma.AppointmentCreateOrConnectWithoutProceduresInput>;
|
|
export declare const AppointmentCreateOrConnectWithoutProceduresInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutProceduresInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput;
|
|
where: Prisma.AppointmentWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput;
|
|
where: Prisma.AppointmentWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentCreateOrConnectWithoutProceduresInput.schema.d.ts.map
|