UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 274 B
import { ContractAgreement } from '../../agreements/ContractAgreement'; /** Country Migration step contracts data */ export interface Contracts { /** Array of contract agreements to accept */ agreements: ContractAgreement[]; } //# sourceMappingURL=Contracts.d.ts.map