Reviewer Suggestion
    Preparing search index...

    Interface FileSignal

    Normalized historical and ownership evidence for one changed file.

    interface FileSignal {
        contributions: Contribution[];
        historySource: string;
        owners: string[];
        path: string;
    }
    Index
    contributions: Contribution[]
    historySource: string
    owners: string[]
    path: string