initial commit
This commit is contained in:
14
packages/db/shared/schemas/updateManyNotification.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/updateManyNotification.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const NotificationUpdateManySchema: z.ZodType<Prisma.NotificationUpdateManyArgs>;
|
||||
export declare const NotificationUpdateManyZodSchema: z.ZodObject<{
|
||||
data: z.ZodType<Prisma.NotificationUpdateManyMutationInput, z.ZodTypeDef, Prisma.NotificationUpdateManyMutationInput>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.NotificationWhereInput, z.ZodTypeDef, Prisma.NotificationWhereInput>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
data: Prisma.NotificationUpdateManyMutationInput;
|
||||
where?: Prisma.NotificationWhereInput | undefined;
|
||||
}, {
|
||||
data: Prisma.NotificationUpdateManyMutationInput;
|
||||
where?: Prisma.NotificationWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=updateManyNotification.schema.d.ts.map
|
||||
Reference in New Issue
Block a user