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

RemoveFileRequest

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

RemoveFile request message.

interface RemoveFileRequest {
path?: string;
}

§Properties

§
path?: string
[src]

Required. The file's full path including filename, relative to the workspace root.