35 lines
3.9 KiB
TypeScript
35 lines
3.9 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const NotificationScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.NotificationScalarWhereWithAggregatesInput>;
|
|
export declare const NotificationScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
|
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.NotificationScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.NotificationScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.NotificationScalarWhereWithAggregatesInput>>, "many">>;
|
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.NotificationScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.NotificationScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
userId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EnumNotificationTypesWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.EnumNotificationTypesWithAggregatesFilter<never>>>, z.ZodEnum<["BACKUP", "CLAIM", "PAYMENT", "ETC"]>]>>;
|
|
message: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
|
|
read: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BoolWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.BoolWithAggregatesFilter<never>>>, z.ZodBoolean]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
message?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
type?: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC" | Prisma.EnumNotificationTypesWithAggregatesFilter<never> | undefined;
|
|
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
AND?: Prisma.NotificationScalarWhereWithAggregatesInput | Prisma.NotificationScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.NotificationScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.NotificationScalarWhereWithAggregatesInput | Prisma.NotificationScalarWhereWithAggregatesInput[] | undefined;
|
|
read?: boolean | Prisma.BoolWithAggregatesFilter<never> | undefined;
|
|
}, {
|
|
message?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
type?: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC" | Prisma.EnumNotificationTypesWithAggregatesFilter<never> | undefined;
|
|
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
AND?: Prisma.NotificationScalarWhereWithAggregatesInput | Prisma.NotificationScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.NotificationScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.NotificationScalarWhereWithAggregatesInput | Prisma.NotificationScalarWhereWithAggregatesInput[] | undefined;
|
|
read?: boolean | Prisma.BoolWithAggregatesFilter<never> | undefined;
|
|
}>;
|
|
//# sourceMappingURL=NotificationScalarWhereWithAggregatesInput.schema.d.ts.map
|