type alias supabase.GenerateLinkResponseimport { type supabase } from "https://deno.land/x/live@1.60.0/deps.ts"; const { GenerateLinkResponse } = supabase; definition: { data: { properties: GenerateLinkProperties; user: User; }; error: null; } | { data: { properties: null; user: null; }; error: AuthError; }