Skip to main content

Interface: RecommendationResult

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

Result of personalized recommendations.

Since

0.1.0

Properties

cursor?

readonly optional cursor: string

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

Cursor for next page.


hasMore

readonly hasMore: boolean

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

Whether more results are available.


recommendations

readonly recommendations: readonly ScoredRecommendation[]

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

Recommended eprints.