UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 184 B
type EmailProDisclaimer = { content?: string; creationDate?: Date; name?: string; outsideOnly?: boolean; taskPendingId?: number; }; export { EmailProDisclaimer };