UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

17 lines (14 loc) 340 B
import { SmsBatchClassEnum } from './SmsBatchClassEnum.js'; type SmsBatchParams = { class?: SmsBatchClassEnum; deferred?: Date; from?: string; message: string; name?: string; noStop?: boolean; senderForResponse?: boolean; slotID?: string; tag?: string; to?: string[]; }; export { SmsBatchParams };