UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

19 lines (16 loc) 494 B
import { EmailExchangeAuthorizedIpStatusEnum } from './EmailExchangeAuthorizedIpStatusEnum.js'; type EmailExchangeExchangeServiceAuthorizedIp = { HTTPS?: boolean; IMAP?: boolean; IMAPS?: boolean; POP?: boolean; POPS?: boolean; SMTP?: boolean; SMTPS?: boolean; creationDate?: Date; displayName?: string; ip?: string; status?: EmailExchangeAuthorizedIpStatusEnum; updateDate?: Date | null; }; export { EmailExchangeExchangeServiceAuthorizedIp };