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

FetchBlobResponse

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

Response message containing the content of a blob.

interface FetchBlobResponse {
content?: string;
sha?: string;
}

§Properties

§
content?: string
[src]

The content of the blob, encoded as base64.

§
sha?: string
[src]

The SHA-1 hash of the blob.