/// namespace MisskeyEntity { export type Reaction = { id: string; createdAt: string; user: User; url?: string; type: string; }; }