initial commit
This commit is contained in:
20
packages/db/shared/schemas/objects/NotificationCreateNestedManyWithoutUserInput.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/objects/NotificationCreateNestedManyWithoutUserInput.schema.d.ts
vendored
Normal 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
|
||||
Reference in New Issue
Block a user