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://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";
interface Bucket {
allowed_mime_types?: string[];
created_at: string;
file_size_limit?: number;
id: string;
name: string;
owner: string;
public: boolean;
type?: BucketType;
updated_at: string;
}

§Properties

§
allowed_mime_types?: string[]
[src]
§
created_at: string
[src]
§
file_size_limit?: number
[src]
§
id: string
[src]
§
name: string
[src]
§
owner: string
[src]
§
public: boolean
[src]
§
updated_at: string
[src]