export interface Unit { id?: number code: string name: string installation_id?: string | number }