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

7 lines
130 B
TypeScript

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