UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

16 lines 307 B
/** contract */ export interface Contract { /** Status */ active: boolean; /** Date */ date: string; /** ID */ id: number; /** Name */ name: string; /** PDF URL */ pdf: string; /** Text of the contract */ text: string; } //# sourceMappingURL=Contract.d.ts.map