interface supabase.VerifyEmailOtpParamsimport { type supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { VerifyEmailOtpParams } = supabase; Propertiesemail: stringThe user's email address. token: stringThe otp sent to the user's email address. type: EmailOtpTypeThe user's verification type. optionaloptions: { redirectTo?: string; captchaToken?: string; }