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

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[];
}

§Properties

§
hasNext: boolean
[src]
§
nextCursor?: string
[src]