Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/AppointmentUncheckedCreateNestedManyWithoutStaffInput.schema.d.ts
2026-04-04 22:13:55 -04:00

20 lines
2.9 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentUncheckedCreateNestedManyWithoutStaffInputObjectSchema: z.ZodType<Prisma.AppointmentUncheckedCreateNestedManyWithoutStaffInput>;
export declare const AppointmentUncheckedCreateNestedManyWithoutStaffInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutStaffInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutStaffInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutStaffInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutStaffInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutStaffInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutStaffInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutStaffInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutStaffInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutStaffInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutStaffInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutStaffInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutStaffInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateManyStaffInputEnvelope, z.ZodTypeDef, Prisma.AppointmentCreateManyStaffInputEnvelope>>>;
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.AppointmentUncheckedCreateWithoutStaffInput | Prisma.AppointmentCreateWithoutStaffInput | Prisma.AppointmentCreateWithoutStaffInput[] | Prisma.AppointmentUncheckedCreateWithoutStaffInput[] | undefined;
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutStaffInput | Prisma.AppointmentCreateOrConnectWithoutStaffInput[] | undefined;
createMany?: Prisma.AppointmentCreateManyStaffInputEnvelope | undefined;
connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
}, {
create?: Prisma.AppointmentUncheckedCreateWithoutStaffInput | Prisma.AppointmentCreateWithoutStaffInput | Prisma.AppointmentCreateWithoutStaffInput[] | Prisma.AppointmentUncheckedCreateWithoutStaffInput[] | undefined;
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutStaffInput | Prisma.AppointmentCreateOrConnectWithoutStaffInput[] | undefined;
createMany?: Prisma.AppointmentCreateManyStaffInputEnvelope | undefined;
connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=AppointmentUncheckedCreateNestedManyWithoutStaffInput.schema.d.ts.map