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

FileContentBuffer

import type { FileContentBuffer } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface FileContentBuffer {
content?: Uint8Array;
fileType?: "BIN" | "UNDEFINED" | "X509";
}

§Properties

§
content?: Uint8Array
[src]

The raw content in the secure keys file.

§
fileType?: "BIN" | "UNDEFINED" | "X509"
[src]

The file type of source file.