UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 241 B
import { Order as AliasTypeOrder } from '../../order/Order'; /** Order created by an Operation to modify a Service */ export interface Order { /** Order created, if any */ order?: AliasTypeOrder; } //# sourceMappingURL=Order.d.ts.map