fix(db): compute token statistics

This commit is contained in:
2025-11-10 20:39:58 +02:00
parent fbca02bec6
commit 801bc27a88
8 changed files with 21 additions and 125 deletions
-6
View File
@@ -101,12 +101,6 @@ export type GeoLocation = {
accuracyRadius?: number;
};
export type ClientProfile = {
userIp?: string;
userAgent?: string;
hints: unknown[];
};
export type ArticleMetadata = {
title?: string;
description?: string;