Interface BTCommonUnitsInfo

Export

Interface

BTCommonUnitsInfo

Hierarchy

  • BTCommonUnitsInfo

Properties

quantityTypeToBaseUnits?: {
    [key: string]: {
        [key: string]: number;
    };
}

Memberof

BTCommonUnitsInfo

Type declaration

  • [key: string]: {
        [key: string]: number;
    }
    • [key: string]: number

Memberof

BTCommonUnitsInfo

Generated using TypeDoc