Skip to main content

Interface: RecommendationResult

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

Result of personalized recommendations.

Since​

0.1.0

Properties​

cursor?​

readonly optional cursor: string

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

Cursor for next page.


hasMore​

readonly hasMore: boolean

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

Whether more results are available.


recommendations​

readonly recommendations: readonly ScoredRecommendation[]

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

Recommended eprints.