interface supabase.GenerateLinkOptionsimport { type supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { GenerateLinkOptions } = supabase; Propertiesoptionaldata: objectA custom data object to store the user's metadata. This maps to the auth.users.user_metadata column. The data should be a JSON object that includes user-specific info, such as their first and last name. optionalredirectTo: stringThe URL which will be appended to the email link generated.