mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-10-15 13:54:51 +00:00
5 lines
73 B
TypeScript
5 lines
73 B
TypeScript
namespace MastodonEntity {
|
|
export type Role = {
|
|
name: string
|
|
}
|
|
}
|