server/types/entities-2/mention.ts
2024-04-14 00:53:21 -10:00

7 lines
105 B
TypeScript

export interface APIMention {
id: string;
username: string;
url: string;
acct: string;
}