23 lines
2.2 KiB
TypeScript
23 lines
2.2 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const NotificationUpsertOneSchema: z.ZodType<Prisma.NotificationUpsertArgs>;
|
|
export declare const NotificationUpsertOneZodSchema: 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>>>;
|
|
where: z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>;
|
|
create: z.ZodUnion<[z.ZodType<Prisma.NotificationCreateInput, z.ZodTypeDef, Prisma.NotificationCreateInput>, z.ZodType<Prisma.NotificationUncheckedCreateInput, z.ZodTypeDef, Prisma.NotificationUncheckedCreateInput>]>;
|
|
update: z.ZodUnion<[z.ZodType<Prisma.NotificationUpdateInput, z.ZodTypeDef, Prisma.NotificationUpdateInput>, z.ZodType<Prisma.NotificationUncheckedUpdateInput, z.ZodTypeDef, Prisma.NotificationUncheckedUpdateInput>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.NotificationUncheckedCreateInput | Prisma.NotificationCreateInput;
|
|
where: Prisma.NotificationWhereUniqueInput;
|
|
update: Prisma.NotificationUpdateInput | Prisma.NotificationUncheckedUpdateInput;
|
|
include?: Prisma.NotificationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.NotificationSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
}, {
|
|
create: Prisma.NotificationUncheckedCreateInput | Prisma.NotificationCreateInput;
|
|
where: Prisma.NotificationWhereUniqueInput;
|
|
update: Prisma.NotificationUpdateInput | Prisma.NotificationUncheckedUpdateInput;
|
|
include?: Prisma.NotificationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.NotificationSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
}>;
|
|
//# sourceMappingURL=upsertOneNotification.schema.d.ts.map
|