1
0
Files
pawkey-sk/packages/megalodon/src/mastodon/entities/stats.ts
T
2023-09-24 01:44:53 +02:00

8 lines
130 B
TypeScript

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