UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 287 B
/** One step from an operation */ export interface OperationStep { /** Description of the step */ description: string; /** Execution time of the step */ executionDuration: number; /** Name of the step */ step: string; } //# sourceMappingURL=OperationStep.d.ts.map