api/client/types/mention.ts

7 lines
100 B
TypeScript
Raw Normal View History

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