interface Grep {
    Response?: commonpb.Response;
    Results: { [key: string]: sliverpb.GrepResultsForFile };
    SearchPathAbsolute: string;
}

Properties

Response?: commonpb.Response
Results: { [key: string]: sliverpb.GrepResultsForFile }
SearchPathAbsolute: string