@sudoplatform/sudo-entitlements-admin
    Preparing search index...

    Interface EntitlementsSetsConnection

    Paginated entitlements sets result

    interface EntitlementsSetsConnection {
        items: EntitlementsSet[];
        nextToken?: string;
    }
    Index

    Properties

    Properties

    Entitlements sets in this page. May be empty even if there are more entitlements to come.

    nextToken?: string

    If defined, a further call to listEntitlementsSets is required to complete the full list of entitlements sets.