Type alias WebhookEventNewLocalizationLoginAttempt

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

Generated using TypeDoc