Langfuse JS/TS SDKs
    Preparing search index...

    Interface CreateAnnotationQueueAssignmentResponse

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

    interface CreateAnnotationQueueAssignmentResponse {
        projectId: string;
        queueId: string;
        userId: string;
    }
    Index

    Properties

    projectId: string
    queueId: string
    userId: string