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

8 lines
120 B
TypeScript

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