export interface Unit { id: number; name: string; description?: string; active: boolean; color?: string; }