SupportedStorage
import type { SupportedStorage } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";type SupportedStorage = PromisifyMethods<Pick<Storage, "getItem" | "setItem" | "removeItem">> & {
isServer?: boolean;
};import type { SupportedStorage } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";