@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
44 lines (43 loc) • 1.53 kB
JavaScript
import * as action from './action/index.js';
import * as backend from './backend/index.js';
import * as condition from './condition/index.js';
import * as configuration from './configuration/index.js';
import * as frontend from './frontend/index.js';
import * as networking from './networking/index.js';
import * as stats from './stats/index.js';
import * as target from './target/index.js';
export * from './ActionDispatch.js';
export * from './ActionRedirect.js';
export * from './ActionReject.js';
export * from './ActionRewrite.js';
export * from './Actions.js';
export * from './Address.js';
export * from './Addresses.js';
export * from './ApplicationConfiguration.js';
export * from './ApplicationConfigurationCreation.js';
export * from './ApplicationLoadBalancerSizeCapability.js';
export * from './Backend.js';
export * from './BackendSelector.js';
export * from './Condition.js';
export * from './Configuration.js';
export * from './ConfigurationCreation.js';
export * from './ConfigurationVersion.js';
export * from './EntryPoint.js';
export * from './Frontend.js';
export * from './LoadBalancerSizeCapability.js';
export * from './PortRange.js';
export * from './Region.js';
export * from './Rule.js';
export * from './Server.js';
export * from './SizeEnum.js';
export * from './Stats.js';
export * from './StatusEnum.js';
export * from './Target.js';
export { action };
export { backend };
export { condition };
export { configuration };
export { frontend };
export { networking };
export { stats };
export { target };