UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

14 lines 343 B
/** Sms operator informations */ export interface Hlr { /** The country */ country: string; /** The countryCode prefix number */ countryCode: string; /** The network name */ network: string; /** The operator name */ operator: string; /** The region */ region: string; } //# sourceMappingURL=Hlr.d.ts.map