node-ovh-ts
Version:
OVH API wrapper library for TypeScript
10 lines (7 loc) • 322 B
TypeScript
import { ServicesBillingEngagementEndRule } from './ServicesBillingEngagementEndRule.js';
import './ServicesBillingEngagementEndStrategyEnum.js';
type ServicesExpandedEngagementSummary = {
endDate?: Date | null;
endRule?: ServicesBillingEngagementEndRule | null;
};
export { ServicesExpandedEngagementSummary };