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

GetCommitOutput

import type { GetCommitOutput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";

Represents the output of a get commit operation.

interface GetCommitOutput {
commit: Commit;
}

§Properties

§
commit: Commit
[src]

A commit data type object that contains information about the specified commit.