Traqula
    Preparing search index...

    Interface SourceLocationSource

    interface SourceLocationSource {
        end: number;
        sourceLocationType: "source";
        start: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    end: number
    sourceLocationType: "source"
    start: number