CommitLogEntry
import type { CommitLogEntry } from "https://googleapis.deno.dev/v1/dataform:v1.ts";Represents a single commit log.
interface CommitLogEntry {
author?: CommitAuthor;
commitMessage?: string;
commitSha?: string;
commitTime?: Date;
}import type { CommitLogEntry } from "https://googleapis.deno.dev/v1/dataform:v1.ts";Represents a single commit log.