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

SortByV2

import type { SortByV2 } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";
interface SortByV2 {
column: "name" | "updated_at" | "created_at";
order?: "asc" | "desc";
}

§Properties

§
column: "name" | "updated_at" | "created_at"
[src]
§
order?: "asc" | "desc"
[src]