Type Alias UserNotificationsWhereUniqueInput

UserNotificationsWhereUniqueInput: Prisma.AtLeast<{
    AND?: UserNotificationsWhereInput | UserNotificationsWhereInput[];
    NOT?: UserNotificationsWhereInput | UserNotificationsWhereInput[];
    OR?: UserNotificationsWhereInput[];
    dbId?: string;
    isRead?: BoolFilter<"UserNotifications"> | boolean;
    list?: UserNotificationDataListRelationFilter;
    user?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null;
    userId?: string;
}, "dbId" | "userId">