export interface Tag { id?: number; label: string; }