@stigg/node-server-sdk - v5.0.0
    Preparing search index...

    Type Alias UnitTransformation

    The cached feature spells these three fields with cache-core's string unions. The public model keeps the API enums, so they are restated here rather than inherited, and toApiEntitlementFeature converts on the way out.

    type UnitTransformation = {
        divide: number;
        round: UnitTransformationRound;
    }
    Index

    Properties

    Properties

    divide: number