Sharkey/packages/megalodon/src/entities/stats.ts
2023-09-25 01:49:57 +02:00

7 lines
122 B
TypeScript

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