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;
}import type { FetchBlobResponse } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
Response message containing the content of a blob.