CCC Docs
    Preparing search index...

    Type Alias ClientFindCellsResponse

    type ClientFindCellsResponse = {
        lastCursor: string;
        cells: Cell[];
    }
    Index

    Properties

    Properties

    lastCursor: string
    cells: Cell[]