UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 161 B
type SmsBlacklist = { batchID?: string | null; dateCreation?: Date; number?: string; smsOutgoingID?: number | null; }; export { SmsBlacklist };