@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines • 312 B
TypeScript
/** List of required agreements to activate the lab */
export interface LabAgreements {
/** List of agreements already accepted to activate the lab */
accepted: number[];
/** List of agreements to accept before activate the lab */
toAccept: number[];
}
//# sourceMappingURL=LabAgreements.d.ts.map