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

    Type Alias EditPackageGroupDetailsInput

    The input type for editing a package group details

    type EditPackageGroupDetailsInput = {
        description?: InputMaybe<Scalars["String"]>;
        displayName: Scalars["String"];
        environmentId?: InputMaybe<Scalars["UUID"]>;
        packageGroupId: Scalars["String"];
    }
    Index

    Properties

    description?: InputMaybe<Scalars["String"]>

    The description of the package group

    displayName: Scalars["String"]

    The display name of the package group

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

    The unique identifier for the environment

    packageGroupId: Scalars["String"]

    The id of the package group

    MMNEPVFCICPMFPCPTTAAATR