Langfuse JS/TS SDKs
    Preparing search index...

    Interface PaginatedSessions

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

    Properties

    _deprecation?: Deprecation
    data: Session[]