Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GenerateLinkProperties

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

§
{
action_link: string;
email_otp: string;
hashed_token: string;
redirect_to: string;
verification_type: GenerateLinkType;
}
[src]