Langfuse JS/TS SDKs
    Preparing search index...

    Interface AnnotationQueueItem

    interface AnnotationQueueItem {
        completedAt?: string;
        createdAt: string;
        id: string;
        objectId: string;
        objectType: AnnotationQueueObjectType;
        queueId: string;
        status: AnnotationQueueStatus;
        updatedAt: string;
    }
    Index

    Properties

    completedAt?: string
    createdAt: string
    id: string
    objectId: string
    queueId: string
    updatedAt: string