@stigg/node-server-sdk - v4.23.0

    Type Alias FeatureFragment

    type FeatureFragment = {
        __typename: "EntitlementFeature";
        description?: string | null;
        displayName: string;
        featureType: FeatureType;
        featureUnits?: string | null;
        featureUnitsPlural?: string | null;
        meterType?: MeterType | null;
        refId: string;
        unitTransformation?:
            | {
                __typename?: "UnitTransformation";
                divide: number;
                round: UnitTransformationRound;
            }
            | null;
    }
    Index

    Properties

    __typename: "EntitlementFeature"
    description?: string | null
    displayName: string
    featureType: FeatureType
    featureUnits?: string | null
    featureUnitsPlural?: string | null
    meterType?: MeterType | null
    refId: string
    unitTransformation?:
        | {
            __typename?: "UnitTransformation";
            divide: number;
            round: UnitTransformationRound;
        }
        | null
    MMNEPVFCICPMFPCPTTAAATR