Type Alias FindInRepositoryQuery

FindInRepositoryQuery: {
    caseSensitive?: boolean;
    exclude?: string;
    include?: string;
    pattern?: string;
    regExp?: boolean;
    wholeWord?: boolean;
}