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

FileOperation

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

Represents a single file operation to the repository.

interface FileOperation {
deleteFile?: DeleteFile;
writeFile?: WriteFile;
}

§Properties

§
deleteFile?: DeleteFile
[src]

Represents the delete operation.

§
writeFile?: WriteFile
[src]

Represents the write operation.