interface PositiveNumberType {
    decimalPlaces: number;
    type: PositiveNumber;
}

Properties

Properties

decimalPlaces: number