node-ovh-ts
Version:
OVH API wrapper library for TypeScript
10 lines (7 loc) • 348 B
TypeScript
import { TelephonyResetPhoneMethodEnum } from './TelephonyResetPhoneMethodEnum.js';
import { TelephonyResetPhoneCodeInfo } from './TelephonyResetPhoneCodeInfo.js';
type TelephonyResetPhoneInfo = {
resetCodeInfo?: TelephonyResetPhoneCodeInfo | null;
resetPhoneMethod?: TelephonyResetPhoneMethodEnum;
};
export { TelephonyResetPhoneInfo };