hippofish/packages/megalodon/src/entities/stats.ts
2023-09-25 01:20:03 +02:00

7 lines
118 B
TypeScript

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