@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines • 314 B
TypeScript
import { ProtocolEnum } from '../../telephony/ProtocolEnum';
/** Spare properties */
export interface TelephonySpare {
/** Phone brand model */
brand: string;
/** Mac address */
macAddress: string;
/** Phone protocol */
protocol: ProtocolEnum;
}
//# sourceMappingURL=TelephonySpare.d.ts.map