UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

42 lines 1.44 kB
import * as eligibilityRecall from './eligibilityRecall/index'; import * as search from './search/index'; import * as test from './test/index'; export * from './ActivationTypeEnum'; export * from './Address'; export * from './AddressWithCoordinates'; export * from './Building'; export * from './BuildingStair'; export * from './BuildingTypeEnum'; export * from './City'; export * from './CopperInfo'; export * from './EligibilityRecall'; export * from './EligibilityTest'; export * from './Endpoint'; export * from './EndpointReferenceTypeEnum'; export * from './FiberInfo'; export * from './InstallationTypeEnum'; export * from './Line'; export * from './LineStatusEnum'; export * from './MeetingCapacities'; export * from './MeetingSlot'; export * from './Meetings'; export * from './Message'; export * from './MessageCodeEnum'; export * from './Offer'; export * from './OfferEligibility'; export * from './OfferProduct'; export * from './OfferProductTypeEnum'; export * from './OfferProductUnbundlingTypeEnum'; export * from './Portability'; export * from './PortabilityEligibility'; export * from './PortabilityTypeEnum'; export * from './ProductFamilyEnum'; export * from './ReferenceTypeEnum'; export * from './SectionLength'; export * from './Street'; export * from './StreetNumberDetails'; export * from './TechnicalVisitTypeEnum'; export { eligibilityRecall }; export { search }; export { test }; //# sourceMappingURL=index.d.ts.map