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

    Interface DocumentEnd

    interface DocumentEnd {
        end?: SourceToken[];
        offset: number;
        source: string;
        type: "doc-end";
    }
    Index

    Properties

    Properties

    end?: SourceToken[]
    offset: number
    source: string
    type: "doc-end"