Interface CreateConfirmationParams

interface CreateConfirmationParams {
    email?: string;
}

Properties

Properties

email?: string

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