node-ovh-ts
Version:
OVH API wrapper library for TypeScript
11 lines (8 loc) • 538 B
TypeScript
import { OrderCatalogPublicEngagementConfigurationTypeEnum } from './OrderCatalogPublicEngagementConfigurationTypeEnum.js';
import { OrderCatalogPublicEngagementConfigurationEndStrategyEnum } from './OrderCatalogPublicEngagementConfigurationEndStrategyEnum.js';
type OrderCatalogPublicEngagementConfiguration = {
defaultEndAction?: OrderCatalogPublicEngagementConfigurationEndStrategyEnum;
duration?: number;
type?: OrderCatalogPublicEngagementConfigurationTypeEnum;
};
export { OrderCatalogPublicEngagementConfiguration };