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

    Type Alias SetPackageGroupAddons

    The input type for setting the addons of an package group

    type SetPackageGroupAddons = {
        addons: Scalars["String"][];
        environmentId?: InputMaybe<Scalars["UUID"]>;
        packageGroupId: Scalars["String"];
    }
    Index

    Properties

    addons: Scalars["String"][]

    The addons to set on the package group

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

    The unique identifier for the environment

    packageGroupId: Scalars["String"]

    The id of the package group

    MMNEPVFCICPMFPCPTTAAATR