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

9 lines
120 B
TypeScript

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