@dypai-ai/client-sdk - v1.13.0
    Preparing search index...

    Interface GenerateLinkRequest

    interface GenerateLinkRequest {
        email: string;
        expires_in?: number;
        redirect_to?: string;
        role?: string;
        type?: "recovery" | "invite";
    }
    Index

    Properties

    email: string
    expires_in?: number
    redirect_to?: string
    role?: string
    type?: "recovery" | "invite"