initial commit
This commit is contained in:
14
packages/db/shared/schemas/objects/NotificationUpdateManyWithWhereWithoutUserInput.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/objects/NotificationUpdateManyWithWhereWithoutUserInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const NotificationUpdateManyWithWhereWithoutUserInputObjectSchema: z.ZodType<Prisma.NotificationUpdateManyWithWhereWithoutUserInput>;
|
||||
export declare const NotificationUpdateManyWithWhereWithoutUserInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodLazy<z.ZodType<Prisma.NotificationScalarWhereInput, z.ZodTypeDef, Prisma.NotificationScalarWhereInput>>;
|
||||
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationUpdateManyMutationInput, z.ZodTypeDef, Prisma.NotificationUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.NotificationUncheckedUpdateManyWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUncheckedUpdateManyWithoutUserInput>>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where: Prisma.NotificationScalarWhereInput;
|
||||
data: Prisma.NotificationUpdateManyMutationInput | Prisma.NotificationUncheckedUpdateManyWithoutUserInput;
|
||||
}, {
|
||||
where: Prisma.NotificationScalarWhereInput;
|
||||
data: Prisma.NotificationUpdateManyMutationInput | Prisma.NotificationUncheckedUpdateManyWithoutUserInput;
|
||||
}>;
|
||||
//# sourceMappingURL=NotificationUpdateManyWithWhereWithoutUserInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user