Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FileSearchResult

import type { FileSearchResult } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

Client-facing representation of a file entry in search results.

interface FileSearchResult {
path?: string;
}

§Properties

§
path?: string
[src]

File system path relative to the workspace root.