UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

18 lines (15 loc) 513 B
import { EmailExchangeObjectStateEnum } from './EmailExchangeObjectStateEnum.js'; type EmailExchangeExchangeExternalContact = { creationDate?: Date; displayName?: string; externalEmailAddress?: string; firstName?: string | null; hiddenFromGAL?: boolean; id?: number; initials?: string | null; lastName?: string | null; organization2010?: string | null; state?: EmailExchangeObjectStateEnum; taskPendingId?: number; }; export { EmailExchangeExchangeExternalContact };