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

Bucket

import type { Bucket } from "https://googleapis.deno.dev/v1/firebasestorage:v1beta.ts";

A storage bucket and its relation to a parent Firebase project.

interface Bucket {
readonly name?: string;
}

§Properties

§
readonly name?: string
[src]

Output only. Resource name of the bucket.