UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

4 lines (2 loc) 140 B
type SmsSettingsStatusEnum = 'DELETED' | 'ERROR' | 'SUCCESS' | 'UNKNOWN' | 'UPDATING_IP' | 'WAITING_IP'; export { SmsSettingsStatusEnum };