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

SourceFileSpecifier

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

Information about a source file that is part of changes made in a commit.

interface SourceFileSpecifier {
filePath: string;
isMove?: boolean | null;
}

§Properties

§
filePath: string
[src]

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

§
isMove?: boolean | null
[src]

Whether to remove the source file from the parent commit.