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.89.0/dist/index.d.mts";
type SearchV2Folder = Omit<SearchV2Object, "id" | "metadata" | "last_accessed_at">;

§Type

§
Omit<SearchV2Object, "id" | "metadata" | "last_accessed_at">
[src]