frontend/types/mastodon/stats.ts

6 lines
101 B
TypeScript

export type Stats = {
user_count: number;
status_count: number;
domain_count: number;
};