iceshrimp-legacy/packages/megalodon/lib/src/entities/mention.d.ts

9 lines
146 B
TypeScript

declare namespace Entity {
type Mention = {
id: string;
username: string;
url: string;
acct: string;
};
}