ts-lambda-api - v2.5.2
    Preparing search index...

    Interface Document

    interface Document {
        end?: SourceToken[];
        offset: number;
        start: SourceToken[];
        type: "document";
        value?: Token;
    }
    Index

    Properties

    end?: SourceToken[]
    offset: number
    start: SourceToken[]
    type: "document"
    value?: Token