@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 379 B
TypeScript
import { Contract } from '../order/Contract';
import { LineOffer } from './LineOffer';
/** Informations related to a line offer */
export interface LineOffersAndContracts {
/** Informations related to a line contracts */
contracts: Contract[];
/** Informations related to a line offer */
offers: LineOffer[];
}
//# sourceMappingURL=LineOffersAndContracts.d.ts.map