masto
    Preparing search index...

    Interface CreateConfirmationParams

    interface CreateConfirmationParams {
        email?: string | null;
    }
    Index

    Properties

    Properties

    email?: string | null

    If provided, updates the unconfirmed user’s email before resending the confirmation email.