UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 254 B
import { StatusEnum } from './StatusEnum'; /** Properties changing during a planned change */ export interface PlannedChangeProperties { /** Status of the Savings Plan */ status: StatusEnum; } //# sourceMappingURL=PlannedChangeProperties.d.ts.map