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

CommitMetadata

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

Represents a Dataform Git commit.

interface CommitMetadata {
author?: CommitAuthor;
commitMessage?: string;
}

§Properties

§

Required. The commit's author.

§
commitMessage?: string
[src]

Optional. The commit's message.