import { Unit } from './unit.interface'; export interface UnitDomain { [key: string]: Unit; }