GenerateLinkProperties
import type { GenerateLinkProperties } from "https://esm.sh/@supabase/supabase-js@2.89.0/dist/index.d.mts";The properties related to the email link generated
type GenerateLinkProperties = {
action_link: string;
email_otp: string;
hashed_token: string;
redirect_to: string;
verification_type: GenerateLinkType;
};§Type
§
{
[src]action_link: string;
email_otp: string;
hashed_token: string;
redirect_to: string;
verification_type: GenerateLinkType;
}