UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 154 B
type NichandleEmailNotification = { body?: string; date?: Date; id?: number; subject?: string; }; export { NichandleEmailNotification };