initial commit

This commit is contained in:
2026-04-04 22:13:55 -04:00
commit 5d77e207c9
10181 changed files with 522212 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const NotificationCreateNestedManyWithoutUserInputObjectSchema: z.ZodType<Prisma.NotificationCreateNestedManyWithoutUserInput>;
export declare const NotificationCreateNestedManyWithoutUserInputObjectZodSchema: 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=NotificationCreateNestedManyWithoutUserInput.schema.d.ts.map