SearchV2Options
import type { SearchV2Options } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";interface SearchV2Options {
cursor?: string;
limit?: number;
prefix?: string;
sortBy?: SortByV2;
with_delimiter?: boolean;
}import type { SearchV2Options } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";