SearchV2Result
import type { SearchV2Result } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";interface SearchV2Result {
folders: SearchV2Folder[];
hasNext: boolean;
nextCursor?: string;
objects: SearchV2Object[];
}import type { SearchV2Result } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";