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

    Type Alias SubscribedCustomersCountInput

    Get Subscribed Customers Count Input

    type SubscribedCustomersCountInput = {
        environmentId: Scalars["String"];
        packageRefId: Scalars["String"];
        versionNumber?: InputMaybe<Scalars["Int"]>;
    }
    Index

    Properties

    environmentId: Scalars["String"]

    The unique identifier for the environment

    packageRefId: Scalars["String"]

    The ref id of the package

    versionNumber?: InputMaybe<Scalars["Int"]>

    The version number of the package (optional - if not provided, counts all versions)

    MMNEPVFCICPMFPCPTTAAATR