20 lines
2.8 KiB
TypeScript
20 lines
2.8 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentCreateNestedManyWithoutUserInputObjectSchema: z.ZodType<Prisma.AppointmentCreateNestedManyWithoutUserInput>;
|
|
export declare const AppointmentCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutUserInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutUserInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.AppointmentCreateManyUserInputEnvelope>>>;
|
|
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>, "many">]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.AppointmentUncheckedCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput[] | Prisma.AppointmentUncheckedCreateWithoutUserInput[] | undefined;
|
|
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutUserInput | Prisma.AppointmentCreateOrConnectWithoutUserInput[] | undefined;
|
|
createMany?: Prisma.AppointmentCreateManyUserInputEnvelope | undefined;
|
|
connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.AppointmentUncheckedCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput[] | Prisma.AppointmentUncheckedCreateWithoutUserInput[] | undefined;
|
|
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutUserInput | Prisma.AppointmentCreateOrConnectWithoutUserInput[] | undefined;
|
|
createMany?: Prisma.AppointmentCreateManyUserInputEnvelope | undefined;
|
|
connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentCreateNestedManyWithoutUserInput.schema.d.ts.map
|