interface supabase.VerifyEmailOtpParamsimport { type supabase } from "https://deno.land/x/live@1.60.0/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; }