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

Resource

import type { Resource } from "https://googleapis.deno.dev/v1/connectors:v2.ts";
interface Resource {
description?: string;
mimeType?: string;
name?: string;
size?: bigint;
uri?: string;
}

§Properties

§
description?: string
[src]

A description of what this resource represents.

§
mimeType?: string
[src]

The MIME type of this resource, if known.

§
name?: string
[src]

A human-readable name for this resource.

§
size?: bigint
[src]

The size of the raw resource content, in bytes, if known.

§
uri?: string
[src]

The URI of this resource.