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

SearchV2Folder

import type { SearchV2Folder } from "https://esm.sh/@supabase/storage-js@2.99.0/dist/index.d.mts";

Folder entry returned by the List V2 API (listV2() method) when using with_delimiter: true

interface SearchV2Folder {
key?: string;
name: string;
}

§Properties

§
key?: string
[src]

Full folder key/path

§
name: string
[src]

Folder name/prefix