interface SearchResult {
    results: FileStat[];
    truncated: boolean;
}

Properties

Properties

results: FileStat[]
truncated: boolean