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

    Type Alias UnlinkFeatureGroupFromPackageInput

    Unlink feature group from package entitlements input

    type UnlinkFeatureGroupFromPackageInput = {
        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 unlink

    packageId: Scalars["UUID"]

    The unique identifier of the plan or add-on

    MMNEPVFCICPMFPCPTTAAATR