export interface TagItemDto { id?: string; label: string; protected?: boolean; }