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

    Type Alias EntitlementFeature

    EntitlementFeature: Omit<
        CacheEntitlementFeature,
        "featureType"
        | "meterType"
        | "unitTransformation",
    > & {
        featureType: FeatureType;
        isMetered?: boolean;
        meterType?: MeterType;
        unitTransformation?: UnitTransformation;
    }