@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias TurnsPage

    type TurnsPage = {
        backwardsCursor: string | null;
        data: Turn[];
        nextCursor: string | null;
    }
    Index

    Properties

    backwardsCursor: string | null
    data: Turn[]
    nextCursor: string | null