@stigg/js-client-sdk - v3.93.0

    Type Alias UnlinkPromotionalEntitlementsGroupInput

    Unlink promotional feature group input

    type UnlinkPromotionalEntitlementsGroupInput = {
        customerId: Scalars["String"];
        environmentId?: InputMaybe<Scalars["UUID"]>;
        featureGroupId: Scalars["String"];
    }
    Index

    Properties

    customerId: Scalars["String"]

    The unique identifier of the customer

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

    The unique identifier for the environment

    featureGroupId: Scalars["String"]

    Feature group ID to unlink from promotional entitlements

    MMNEPVFCICPMFPCPTTAAATR