UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 258 B
import { TypeEnum } from './associatedObject/TypeEnum'; /** The object the processing of the order leaded to */ export interface AssociatedObject { /** */ id?: string; /** */ type?: TypeEnum; } //# sourceMappingURL=AssociatedObject.d.ts.map