@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface ProgressTrackerStep

    Defines one progress step from an operation response.

    interface ProgressTrackerStep {
        description?: string;
        finishedAt?: Dayjs;
        startedAt?: Dayjs;
        workDone?: ProgressTrackerWorkDone;
    }
    Index
    description?: string

    Contains the description.

    finishedAt?: Dayjs

    Contains the finish time.

    startedAt?: Dayjs

    Contains the start time.

    Contains the work done.