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

CommitAuthor

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

Represents the author of a Git commit.

interface CommitAuthor {
emailAddress?: string;
name?: string;
}

§Properties

§
emailAddress?: string
[src]

Required. The commit author's email address.

§
name?: string
[src]

Required. The commit author's name.