Langfuse JS/TS SDKs
    Preparing search index...

    Interface Comment

    interface Comment {
        authorUserId?: string;
        content: string;
        createdAt: string;
        id: string;
        objectId: string;
        objectType: CommentObjectType;
        projectId: string;
        updatedAt: string;
    }
    Index

    Properties

    authorUserId?: string
    content: string
    createdAt: string
    id: string
    objectId: string
    objectType: CommentObjectType
    projectId: string
    updatedAt: string