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

    Type Alias LinkFeatureGroupToPackageInput

    Link feature group to package entitlements input

    type LinkFeatureGroupToPackageInput = {
        environmentId?: InputMaybe<Scalars["UUID"]>;
        featureGroupId: Scalars["UUID"];
        packageId: Scalars["UUID"];
    }
    Index

    Properties

    environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

    featureGroupId: Scalars["UUID"]

    The group id to link to the package

    packageId: Scalars["UUID"]

    The unique identifier of the plan or add-on

    MMNEPVFCICPMFPCPTTAAATR