UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 224 B
import { AuditLogAuthMFATypeEnum } from './AuditLogAuthMFATypeEnum.js'; type AuditLogLoginSuccessDetails = { mfaType?: AuditLogAuthMFATypeEnum | null; userAgent?: string; }; export { AuditLogLoginSuccessDetails };