Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/NotificationUncheckedCreateNestedManyWithoutUserInput.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 NotificationUncheckedCreateNestedManyWithoutUserInputObjectSchema: z.ZodType<Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput>;
export declare const NotificationUncheckedCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationCreateWithoutUserInput, z.ZodTypeDef, Prisma.NotificationCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationCreateWithoutUserInput, z.ZodTypeDef, Prisma.NotificationCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.NotificationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUncheckedCreateWithoutUserInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.NotificationCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.NotificationCreateOrConnectWithoutUserInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NotificationCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.NotificationCreateManyUserInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.NotificationCreateWithoutUserInput | Prisma.NotificationUncheckedCreateWithoutUserInput | Prisma.NotificationCreateWithoutUserInput[] | Prisma.NotificationUncheckedCreateWithoutUserInput[] | undefined;
connectOrCreate?: Prisma.NotificationCreateOrConnectWithoutUserInput | Prisma.NotificationCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.NotificationCreateManyUserInputEnvelope | undefined;
connect?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined;
}, {
create?: Prisma.NotificationCreateWithoutUserInput | Prisma.NotificationUncheckedCreateWithoutUserInput | Prisma.NotificationCreateWithoutUserInput[] | Prisma.NotificationUncheckedCreateWithoutUserInput[] | undefined;
connectOrCreate?: Prisma.NotificationCreateOrConnectWithoutUserInput | Prisma.NotificationCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.NotificationCreateManyUserInputEnvelope | undefined;
connect?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=NotificationUncheckedCreateNestedManyWithoutUserInput.schema.d.ts.map