UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 285 B
/** Intervention made on this server */ export interface Intervention { /** the intervention start date */ date?: string; /** The intervention id */ interventionId: number; /** the intervention type */ type?: string; } //# sourceMappingURL=Intervention.d.ts.map