import { type supabase } from "https://deno.land/x/deco@1.75.1/deps.ts";
const { GenerateLinkOptions } = supabase;
Properties
A 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.