Skip to main content

Interface: EprintCitationQueryOptions

Defined in: src/types/interfaces/storage.interface.ts:1140

Query options for citation listing.

Properties​

limit?​

readonly optional limit: number

Defined in: src/types/interfaces/storage.interface.ts:1141


offset?​

readonly optional offset: number

Defined in: src/types/interfaces/storage.interface.ts:1142


source?​

readonly optional source: "user" | "all" | "auto"

Defined in: src/types/interfaces/storage.interface.ts:1153

Filter by citation source.

Remarks​

  • 'all': return all citations
  • 'user': return only user-provided citations
  • 'auto': return only auto-extracted citations (semantic-scholar, crossref, grobid)

Default Value​

'all'