mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-10-14 21:34:50 +00:00
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
namespace MastodonEntity {
|
|
export type Stats = {
|
|
user_count: number
|
|
status_count: number
|
|
domain_count: number
|
|
}
|
|
}
|