api/client/types/stats.ts

6 lines
101 B
TypeScript
Raw Permalink Normal View History

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