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

CommitLogEntry

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

Represents a single commit log.

interface CommitLogEntry {
author?: CommitAuthor;
commitMessage?: string;
commitSha?: string;
commitTime?: Date;
}

§Properties

§

The commit author for this commit log entry.

§
commitMessage?: string
[src]

The commit message for this commit log entry.

§
commitSha?: string
[src]

The commit SHA for this commit log entry.

§
commitTime?: Date
[src]

Commit timestamp.