UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (10 loc) 228 B
type SmsSenderDocument = { createdAt?: Date; description?: string | null; documentID?: string; getUrl?: string; name?: string; putUrl?: string | null; size?: number; }; export { SmsSenderDocument };