SW Combine SDK
    Preparing search index...

    Interface TypesShipValueWithUnits

    interface TypesShipValueWithUnits {
        attributes?: { units?: string; [key: string]: unknown };
        value: string | number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    attributes?: { units?: string; [key: string]: unknown }
    value: string | number