ApiResponse
import type { ApiResponse } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";Union type for all API responses Follows the pattern: { data: T, error: null } | { data: null, error: Error }
import type { ApiResponse } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";Union type for all API responses Follows the pattern: { data: T, error: null } | { data: null, error: Error }