hippofish/packages/megalodon/src/entities/mention.ts

9 lines
120 B
TypeScript
Raw Normal View History

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