UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 275 B
type EmailExchangeExchangeDistributionGroupMember = { creationDate?: Date; memberAccountId?: number | null; memberContactId?: number | null; memberEmailAddress?: string; taskPendingId?: number; }; export { EmailExchangeExchangeDistributionGroupMember };