Langfuse JS/TS SDKs
    Preparing search index...

    Interface AnnotationQueue

    This file was auto-generated by Fern from our API Definition.

    interface AnnotationQueue {
        createdAt: string;
        description?: string;
        id: string;
        name: string;
        scoreConfigIds: string[];
        updatedAt: string;
    }
    Index

    Properties

    createdAt: string
    description?: string
    id: string
    name: string
    scoreConfigIds: string[]
    updatedAt: string