Type alias WebhookEventTfaSecurityCode

WebhookEventTfaSecurityCode: WebhookEvent<{
    security_code: string;
    user: User;
}, "TfaCode", TfaSecurityCode>

Generated using TypeDoc