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