Langfuse JS/TS SDKs
    Preparing search index...

    Interface PaginatedSessions

    interface PaginatedSessions {
        data: Session[];
        meta: utils.MetaResponse;
    }
    Index

    Properties

    Properties

    data: Session[]