File
import type { File } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";
Individual files.
interface File {
content?: string;
path?: string;
}import type { File } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";
Individual files.