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

9 lines
146 B
TypeScript
Raw Normal View History

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