node-ovh-ts
Version:
OVH API wrapper library for TypeScript
8 lines (5 loc) • 321 B
TypeScript
import { CloudProjectLoadbalancerNetworkingIngressKindEnum } from './CloudProjectLoadbalancerNetworkingIngressKindEnum.js';
type CloudProjectLoadbalancerConfigurationNetworkingIngress = {
kind: CloudProjectLoadbalancerNetworkingIngressKindEnum;
};
export { CloudProjectLoadbalancerConfigurationNetworkingIngress };