17 lines
1.6 KiB
TypeScript
17 lines
1.6 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentCreateNestedOneWithoutProceduresInputObjectSchema: z.ZodType<Prisma.AppointmentCreateNestedOneWithoutProceduresInput>;
|
|
export declare const AppointmentCreateNestedOneWithoutProceduresInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutProceduresInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutProceduresInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput | undefined;
|
|
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutProceduresInput | undefined;
|
|
connect?: Prisma.AppointmentWhereUniqueInput | undefined;
|
|
}, {
|
|
create?: Prisma.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput | undefined;
|
|
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutProceduresInput | undefined;
|
|
connect?: Prisma.AppointmentWhereUniqueInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentCreateNestedOneWithoutProceduresInput.schema.d.ts.map
|