@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines • 430 B
TypeScript
import { TelephonySearchServiceTypeEnum } from './TelephonySearchServiceTypeEnum';
/** Informations related to a telephony service */
export interface TelephonySearchService {
/** The billing account of the service */
billingAccount?: string;
/** The service domain */
domain: string;
/** The offer description */
type: TelephonySearchServiceTypeEnum;
}
//# sourceMappingURL=TelephonySearchService.d.ts.map