UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 137 B
type HostingWebMailBounce = { date?: Date; message?: string | null; to?: string | null; }; export { HostingWebMailBounce };