GenerateLinkResponse

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