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

File

import type { File } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1beta.ts";

Individual files.

interface File {
content?: string;
path?: string;
}

§Properties

§
content?: string
[src]

Required. The file's textual content.

§
path?: string
[src]

Required. The file name including folder path, if applicable. The path should be relative to a local workspace (e.g. dataconnect/(schema|connector)/.gql) and not an absolute path (e.g. /absolute/path/(schema|connector)/.gql).