Type alias WebhookEventFailedLoginAttempt

WebhookEventFailedLoginAttempt: WebhookEvent<{
    date: string;
    ip: string;
    user: User;
    user_agent: string;
}, "LocalizedLoginAttempt", FailedLoginAttempt>

Generated using TypeDoc