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

GetResourceResponse

import type { GetResourceResponse } from "https://googleapis.deno.dev/v1/connectors:v2.ts";
interface GetResourceResponse {
data?: Uint8Array;
metadata?: {
[key: string]: {
[key: string]: any;
}
;
}
;
mimeType?: string;
}

§Properties

§
data?: Uint8Array
[src]

The content of the resource.

§
metadata?: {
[key: string]: {
[key: string]: any;
}
;
}
[src]

Metadata like service latency, etc.

§
mimeType?: string
[src]

The MIME type of the resource.