Type alias PaginatedEntity<T>

PaginatedEntity<T>: {
    data: T[];
    nextCursor: OptionalPageCursor;
}

Type Parameters

  • T

Type declaration