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/firebaserules:v1.ts";

File containing source content.

interface File {
content?: string;
fingerprint?: Uint8Array;
name?: string;
}

§Properties

§
content?: string
[src]

Required. Textual Content.

§
fingerprint?: Uint8Array
[src]

Fingerprint (e.g. github sha) associated with the File.

§
name?: string
[src]

Required. File name.