@makerinc/react-sdk
    Preparing search index...

    Interface PhysicalQuantity

    Physical quantity (dimensions, weight, volume) Server type: Store.PhysicalQuantity.t

    interface PhysicalQuantity {
        unitName: string;
        value: number;
    }
    Index

    Properties

    Properties

    unitName: string
    value: number