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

GetBlobOutput

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

Represents the output of a get blob operation.

interface GetBlobOutput {
content: Uint8Array;
}

§Properties

§
content: Uint8Array
[src]

The content of the blob, usually a file.