UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 247 B
/** A contract */ export interface Contract { /** Terms of the contract */ content: string; /** Name of the contract */ name: string; /** URL to download the contract */ url: string; } //# sourceMappingURL=Contract.d.ts.map