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

14 lines
1.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const NotificationCreateOrConnectWithoutUserInputObjectSchema: z.ZodType<Prisma.NotificationCreateOrConnectWithoutUserInput>;
export declare const NotificationCreateOrConnectWithoutUserInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationCreateWithoutUserInput, z.ZodTypeDef, Prisma.NotificationCreateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.NotificationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUncheckedCreateWithoutUserInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.NotificationCreateWithoutUserInput | Prisma.NotificationUncheckedCreateWithoutUserInput;
where: Prisma.NotificationWhereUniqueInput;
}, {
create: Prisma.NotificationCreateWithoutUserInput | Prisma.NotificationUncheckedCreateWithoutUserInput;
where: Prisma.NotificationWhereUniqueInput;
}>;
//# sourceMappingURL=NotificationCreateOrConnectWithoutUserInput.schema.d.ts.map