@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface SourceMapRange

    interface SourceMapRange {
        end: number;
        pos: number;
        source?: SourceMapSource;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    end: number
    pos: number