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

17 lines
1.6 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const NotificationCreateOneSchema: z.ZodType<Prisma.NotificationCreateArgs>;
export declare const NotificationCreateOneZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.NotificationSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.NotificationSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodOptional<z.ZodType<Prisma.NotificationInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.NotificationInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
data: z.ZodUnion<[z.ZodType<Prisma.NotificationCreateInput, z.ZodTypeDef, Prisma.NotificationCreateInput>, z.ZodType<Prisma.NotificationUncheckedCreateInput, z.ZodTypeDef, Prisma.NotificationUncheckedCreateInput>]>;
}, "strict", z.ZodTypeAny, {
data: Prisma.NotificationUncheckedCreateInput | Prisma.NotificationCreateInput;
include?: Prisma.NotificationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.NotificationSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
data: Prisma.NotificationUncheckedCreateInput | Prisma.NotificationCreateInput;
include?: Prisma.NotificationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.NotificationSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=createOneNotification.schema.d.ts.map