@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 349 B
TypeScript
/** Country Migration step orders data */
export interface Orders {
/** Whether there is pending operations */
pendingOperations: boolean;
/** Whether there is pending promotions */
pendingPromotions: boolean;
/** Whether there is pending subscriptions */
pendingSubscriptions: boolean;
}
//# sourceMappingURL=Orders.d.ts.map