UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 233 B
/** List of possible type of a telephony service */ export declare enum TelephonySearchServiceTypeEnum { 'alias' = "alias", 'line' = "line", 'trunk' = "trunk" } //# sourceMappingURL=TelephonySearchServiceTypeEnum.d.ts.map