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

DeleteFileEntry

import type { DeleteFileEntry } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";

A file that is deleted as part of a commit.

interface DeleteFileEntry {
filePath: string;
}

§Properties

§
filePath: string
[src]

The full path of the file to be deleted, including the name of the file.