mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-10-14 21:34:50 +00:00
8 lines
127 B
TypeScript
8 lines
127 B
TypeScript
namespace PleromaEntity {
|
|
export type Mention = {
|
|
id: string
|
|
username: string
|
|
url: string
|
|
acct: string
|
|
}
|
|
}
|