UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 391 B
import { EmailExchangeActiveSyncNotificationStateEnum } from './EmailExchangeActiveSyncNotificationStateEnum.js'; type EmailExchangeExchangeServiceActiveSyncNotification = { creationDate?: Date; notifiedAccountId?: number; primaryEmailAddress?: string; state?: EmailExchangeActiveSyncNotificationStateEnum; }; export { EmailExchangeExchangeServiceActiveSyncNotification };