@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
14 lines • 385 B
TypeScript
import { PaymentInfo } from '../associatedObject/PaymentInfo';
import { TypeEnum } from '../associatedObject/TypeEnum';
/** The object linked to this debt entry */
export interface AssociatedObject {
/** */
id?: string;
/** */
paymentInfo?: PaymentInfo;
/** */
subId?: string;
/** */
type?: TypeEnum;
}
//# sourceMappingURL=AssociatedObject.d.ts.map