server/types/entities/stats.ts

6 lines
97 B
TypeScript
Raw Normal View History

2023-09-12 22:48:10 +02:00
export interface APIStats {
2023-09-11 05:31:08 +02:00
user_count: number;
status_count: number;
domain_count: number;
2023-09-11 05:46:20 +02:00
}