node-ovh-ts
Version:
OVH API wrapper library for TypeScript
13 lines (10 loc) • 396 B
TypeScript
import { TelephonyOvhPabxDialplanNumberPresentationEnum } from './TelephonyOvhPabxDialplanNumberPresentationEnum.js';
type TelephonyOvhPabxDialplan = {
anonymousRejection?: boolean;
dialplanId?: number;
lastUpdate?: Date;
name?: string;
showCallerNumber?: TelephonyOvhPabxDialplanNumberPresentationEnum;
transferTimeout?: number;
};
export { TelephonyOvhPabxDialplan };