1
0
Files
pawkey-sk/packages/megalodon/src/friendica/entities/mention.ts
T
2023-09-25 01:49:57 +02:00

9 lines
129 B
TypeScript

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