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

    Interface EntitlementsSequenceTransition

    Definition of a single transition within an entitlements sequence

    interface EntitlementsSequenceTransition {
        duration?: string;
        entitlementsSetName: string;
    }
    Index

    Properties

    duration?: string

    ISO8601 period string - if not specified then this transition is the final state for all users on the sequence.

    entitlementsSetName: string

    Name of entitlements set.