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