Interface Grep_ResultsEntry

interface Grep_ResultsEntry {
    key: string;
    value?: sliverpb.GrepResultsForFile;
}

Properties

Properties

key: string