GenerateLinkResponse
import type { GenerateLinkResponse } from "https://esm.sh/@supabase/supabase-js@2.89.0/dist/index.d.mts";type GenerateLinkResponse = RequestResultSafeDestructure<{
properties: GenerateLinkProperties;
user: User;
}>;§Type
§
RequestResultSafeDestructure<{
[src]properties: GenerateLinkProperties;
user: User;
}>