This schema is used to validate and parse the parameters for resending a confirmation email.
@type options() :: %Supabase.GoTrue.Schemas.ResendParams.Options{ captcha_token: String.t() | nil, email_redirect_to: URI.t() | nil }
@type otp_type() :: :sms | :signup | :phone_change | :email_change
@type t() :: %Supabase.GoTrue.Schemas.ResendParams{ options: options(), type: otp_type() }