Type alias WebhookEventPasswordReset

WebhookEventPasswordReset: WebhookEvent<{
    recovery_url: string;
    redirect_url: string;
    user: User;
}, "PasswordRecovery", PasswordReset>

Generated using TypeDoc