mirror of
https://github.com/versia-pub/api.git
synced 2026-01-26 12:26:02 +01:00
7 lines
100 B
TypeScript
7 lines
100 B
TypeScript
export type Mention = {
|
|
id: string;
|
|
username: string;
|
|
url: string;
|
|
acct: string;
|
|
};
|