Type Alias PaginationCursor

PaginationCursor: {
    messageCid: string;
    value: string | number;
}