UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

44 lines 1.46 kB
import * as action from './action/index'; import * as backend from './backend/index'; import * as condition from './condition/index'; import * as configuration from './configuration/index'; import * as frontend from './frontend/index'; import * as networking from './networking/index'; import * as stats from './stats/index'; import * as target from './target/index'; export * from './ActionDispatch'; export * from './ActionRedirect'; export * from './ActionReject'; export * from './ActionRewrite'; export * from './Actions'; export * from './Address'; export * from './Addresses'; export * from './ApplicationConfiguration'; export * from './ApplicationConfigurationCreation'; export * from './ApplicationLoadBalancerSizeCapability'; export * from './Backend'; export * from './BackendSelector'; export * from './Condition'; export * from './Configuration'; export * from './ConfigurationCreation'; export * from './ConfigurationVersion'; export * from './EntryPoint'; export * from './Frontend'; export * from './LoadBalancerSizeCapability'; export * from './PortRange'; export * from './Region'; export * from './Rule'; export * from './Server'; export * from './SizeEnum'; export * from './Stats'; export * from './StatusEnum'; export * from './Target'; export { action }; export { backend }; export { condition }; export { configuration }; export { frontend }; export { networking }; export { stats }; export { target }; //# sourceMappingURL=index.d.ts.map