server/types/entities/mention.ts
2024-04-06 19:30:49 -10:00

7 lines
105 B
TypeScript

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