mistykey/packages/megalodon/src/pleroma/entities/mention.ts
2023-09-24 01:44:53 +02:00

8 lines
127 B
TypeScript

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