Type alias WebhookEventSuccessfullLoginAttempt

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

Generated using TypeDoc