Backstage
    Preparing search index...
    interface SearchCodeSearchResult {
        content_match_count?: number;
        content_matches?: SearchContentMatch[];
        file?: CommitFile;
        path_matches?: SearchSegment[];
        type?: string;
    }
    Index

    Properties

    content_match_count?: number
    content_matches?: SearchContentMatch[]
    file?: CommitFile
    path_matches?: SearchSegment[]
    type?: string