/// declare namespace Entity { type Tag = { name: string; url: string; history: Array | null; following?: boolean; }; }