platform-bible-utils
    Preparing search index...

    Type Alias OrderedItem

    type OrderedItem = {
        order: number;
    }
    Index

    Properties

    Properties

    order: number

    Relative order of this item compared to other items in the same parent/scope (sorted ascending)