Hash
import type { Hash } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";A hash of file content.
interface Hash {
type?:
| "HASH_TYPE_UNSPECIFIED"
| "SHA256"
| "MD5"
| "DIRSUM_SHA256";
value?: Uint8Array;
}import type { Hash } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";A hash of file content.