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