UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 369 B
import { VirtualNumberIsoCountryCodeEnum } from './VirtualNumberIsoCountryCodeEnum'; /** Virtual numbers */ export interface VirtualNumberGenericService { /** The ISO formated country code of the number */ countryCode: VirtualNumberIsoCountryCodeEnum; /** The virtual number */ number: string; } //# sourceMappingURL=VirtualNumberGenericService.d.ts.map