server/types/entities/mention.ts
2023-09-12 10:48:10 -10:00

7 lines
93 B
TypeScript

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