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

SetFileModeEntry

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

Information about the file mode changes.

interface SetFileModeEntry {
fileMode: FileModeTypeEnum;
filePath: string;
}

§Properties

§

The file mode for the file.

§
filePath: string
[src]

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