@qbraid-core
    Preparing search index...

    Interface TimeStampsV1

    Model for capturing time-related information in a job.

    interface TimeStampsV1 {
        createdAt: string;
        endedAt?: null | string;
        executionDuration?: null | number;
    }
    Index

    Properties

    createdAt: string
    endedAt?: null | string
    executionDuration?: null | number