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

CommitWorkspaceChangesRequest

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

CommitWorkspaceChanges request message.

interface CommitWorkspaceChangesRequest {
author?: CommitAuthor;
commitMessage?: string;
paths?: string[];
}

§Properties

§

Required. The commit's author.

§
commitMessage?: string
[src]

Optional. The commit's message.

§
paths?: string[]
[src]

Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.