Skip to main content

Interface: RecommendationResult

Defined in: src/types/interfaces/discovery.interface.ts:431

Result of personalized recommendations.

Since

0.1.0

Properties

cursor?

readonly optional cursor: string

Defined in: src/types/interfaces/discovery.interface.ts:440

Cursor for next page.


hasMore

readonly hasMore: boolean

Defined in: src/types/interfaces/discovery.interface.ts:445

Whether more results are available.


recommendations

readonly recommendations: readonly ScoredRecommendation[]

Defined in: src/types/interfaces/discovery.interface.ts:435

Recommended preprints.