Skip to main content

Interface: ExternalPreprint

Defined in: web/lib/hooks/use-preprint-search.ts:108

External preprint from federated search.

Properties

abstract?

readonly optional abstract: string

Defined in: web/lib/hooks/use-preprint-search.ts:112


authors

readonly authors: readonly ExternalPreprintAuthor[]

Defined in: web/lib/hooks/use-preprint-search.ts:113


categories?

readonly optional categories: readonly string[]

Defined in: web/lib/hooks/use-preprint-search.ts:117


doi?

readonly optional doi: string

Defined in: web/lib/hooks/use-preprint-search.ts:115


externalId

readonly externalId: string

Defined in: web/lib/hooks/use-preprint-search.ts:109


pdfUrl?

readonly optional pdfUrl: string

Defined in: web/lib/hooks/use-preprint-search.ts:116


publicationDate?

readonly optional publicationDate: string

Defined in: web/lib/hooks/use-preprint-search.ts:114


source

readonly source: ImportSource

Defined in: web/lib/hooks/use-preprint-search.ts:118


title

readonly title: string

Defined in: web/lib/hooks/use-preprint-search.ts:111


url

readonly url: string

Defined in: web/lib/hooks/use-preprint-search.ts:110