api/client/types/stats.ts
2024-06-06 15:51:33 -10:00

6 lines
101 B
TypeScript

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