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

FileHashes

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

Container message for hashes of byte content of files, used in source messages to verify integrity of source input to the build.

interface FileHashes {
fileHash?: Hash[];
}

§Properties

§
fileHash?: Hash[]
[src]

Required. Collection of file hashes.