UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 174 B
type EmailExchangeExchangeMailingListAlias = { alias?: string; creationDate?: Date; taskPendingId?: number; }; export { EmailExchangeExchangeMailingListAlias };