platform-bible-utils
    Preparing search index...

    Type Alias UsjFlatBookLocation<TDocumentLocation>

    A book ID and a location in USJ space that point to a specific location in USJ. The location in USJ space starts from the start of the book specified.

    type UsjFlatBookLocation<
        TDocumentLocation extends UsjDocumentLocation = UsjDocumentLocation,
    > = {
        book: string;
        documentLocation: TDocumentLocation;
    }

    Type Parameters

    Index

    Properties

    book: string

    Book ID indicating which book the document location is in

    documentLocation: TDocumentLocation

    USJ document location specifying where in the chapter the location is pointing to