barkey/packages/megalodon/src/pleroma/entities/mention.ts
2023-09-25 01:49:57 +02:00

8 lines
127 B
TypeScript

namespace PleromaEntity {
export type Mention = {
id: string
username: string
url: string
acct: string
}
}