11 lines
565 B
TypeScript
11 lines
565 B
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const NotificationDeleteManySchema: z.ZodType<Prisma.NotificationDeleteManyArgs>;
|
|
export declare const NotificationDeleteManyZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodType<Prisma.NotificationWhereInput, z.ZodTypeDef, Prisma.NotificationWhereInput>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.NotificationWhereInput | undefined;
|
|
}, {
|
|
where?: Prisma.NotificationWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=deleteManyNotification.schema.d.ts.map
|