Langfuse JS/TS SDKs
    Preparing search index...

    Interface GetCommentsResponse

    interface GetCommentsResponse {
        data: Comment[];
        meta: utils.MetaResponse;
    }
    Index

    Properties

    Properties

    data: Comment[]