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