Saxonberg Server API
    Preparing search index...

    One entry on the recency stack.

    interface RecencyEntry {
        bucket: RecencyBucket;
        commands: CommandDefinition[];
        seq: number;
        source: RecencySource;
    }
    Index

    Properties

    commands: CommandDefinition[]
    seq: number

    Monotonic sequence number — debug-aid, stable order tiebreaker.