UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (10 loc) 270 B
type EmailExchangeExchangeAccountProtocol = { IMAP?: boolean; POP?: boolean; activeSync?: boolean; creationDate?: Date; lastUpdate?: Date | null; taskPendingId?: number; webMail?: boolean; }; export { EmailExchangeExchangeAccountProtocol };