api/client/types/mention.ts
2024-06-06 15:51:33 -10:00

7 lines
100 B
TypeScript

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