UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 304 B
import { Capacities } from './Renew/Capacities'; import { Current } from './Renew/Current'; /** Service renew information */ export interface Renew { /** Renew capacities */ capacities: Capacities; /** Current renew configuration */ current: Current; } //# sourceMappingURL=Renew.d.ts.map