Files
DentalManagementMHAprilgg/packages/db/shared/schemas/createManyNotification.schema.d.ts
2026-04-04 22:13:55 -04:00

14 lines
883 B
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const NotificationCreateManySchema: z.ZodType<Prisma.NotificationCreateManyArgs>;
export declare const NotificationCreateManyZodSchema: z.ZodObject<{
data: z.ZodUnion<[z.ZodType<Prisma.NotificationCreateManyInput, z.ZodTypeDef, Prisma.NotificationCreateManyInput>, z.ZodArray<z.ZodType<Prisma.NotificationCreateManyInput, z.ZodTypeDef, Prisma.NotificationCreateManyInput>, "many">]>;
skipDuplicates: z.ZodOptional<z.ZodBoolean>;
}, "strict", z.ZodTypeAny, {
data: Prisma.NotificationCreateManyInput | Prisma.NotificationCreateManyInput[];
skipDuplicates?: boolean | undefined;
}, {
data: Prisma.NotificationCreateManyInput | Prisma.NotificationCreateManyInput[];
skipDuplicates?: boolean | undefined;
}>;
//# sourceMappingURL=createManyNotification.schema.d.ts.map