UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 211 B
import { AuditLogAuthUserTypeEnum } from './AuditLogAuthUserTypeEnum.js'; type AuditLogAuthUserDetails = { type?: AuditLogAuthUserTypeEnum; user?: string | null; }; export { AuditLogAuthUserDetails };