export interface TagItem { key: string; label: string; value: any; valueName: string; type?: string; }