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