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

CommitRepositoryChangesResponse

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

CommitRepositoryChanges response message.

interface CommitRepositoryChangesResponse {
commitSha?: string;
}

§Properties

§
commitSha?: string
[src]

The commit SHA of the current commit.