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

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

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