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

    Interface EntitlementsSequencesConnection

    Paginated entitlements sequences result

    interface EntitlementsSequencesConnection {
        items: EntitlementsSequence[];
        nextToken?: string;
    }
    Index

    Properties

    Properties

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

    nextToken?: string

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