Type alias UnitMap

UnitMap: {
    [key in Unit]: {
        label: string;
        name: string;
    }
}

Generated using TypeDoc