Skip to main content

Interface: EprintCitationQueryOptions

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

Query options for citation listing.

Properties

limit?

readonly optional limit: number

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


offset?

readonly optional offset: number

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


source?

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

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

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'