export interface ITag { value: string; type: string; } export interface ITagType { name: string; description: string; icon: string; }