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

    Interface GenerateLinkResponse

    interface GenerateLinkResponse {
        action_link: string;
        email: string;
        expires_at: string;
        type: "recovery" | "invite";
        user_id: string;
    }
    Index

    Properties

    action_link: string
    email: string
    expires_at: string
    type: "recovery" | "invite"
    user_id: string