server/types/mastodon/stats.ts

6 lines
101 B
TypeScript
Raw Permalink Normal View History

2024-04-14 12:53:21 +02:00
export type Stats = {
2024-04-07 07:30:49 +02:00
user_count: number;
status_count: number;
domain_count: number;
2024-04-14 12:53:21 +02:00
};