mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 04:26:58 +00:00
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
namespace MastodonEntity {
|
|
export type Activity = {
|
|
week: string
|
|
statuses: string
|
|
logins: string
|
|
registrations: string
|
|
}
|
|
}
|