UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 307 B
import { TelephonyResellerPanelPasswordUpdateStatusEnum } from './TelephonyResellerPanelPasswordUpdateStatusEnum.js'; type TelephonyResellerPanelStatus = { enabled?: boolean; passwordUpdateStatus?: TelephonyResellerPanelPasswordUpdateStatusEnum | null; }; export { TelephonyResellerPanelStatus };