interface supabase.UserAttributesimport { type supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { UserAttributes } = supabase; Propertiesoptionalemail: stringThe user's email. optionalphone: stringThe user's phone. optionalpassword: stringThe user's password. optionalnonce: stringThe nonce sent for reauthentication if the user's password is to be updated. Call reauthenticate() to obtain the nonce first. optionaldata: 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.