Trevixal API
    Preparing search index...

    Interface SearchMatch

    interface SearchMatch {
        from: number;
        path: Path;
        to: number;
    }
    Index
    from: number
    path: Path
    to: number