interface supabase.VerifyMobileOtpParamsimport { type supabase } from "https://deno.land/x/live@1.60.0/deps.ts"; const { VerifyMobileOtpParams } = supabase; Propertiesphone: stringThe user's phone number. token: stringThe otp sent to the user's phone number. type: MobileOtpTypeThe user's verification type. optionaloptions: { redirectTo?: string; captchaToken?: string; }