Work: {
    DOI: string;
    ISBN?: string[];
    ISSN?: string[];
    URL: string;
    abstract?: string;
    accepted?: DateParts;
    alternative-id?: string[];
    approved?: DateParts;
    archive?: string[];
    article-number?: string;
    assertion?: WorkAssertion[];
    author: Author[];
    chair?: Author[];
    clinical-trial-number?: WorkClinicalTrial[];
    component-number?: string;
    container-title?: string[];
    content-created?: DateParts;
    content-domain: WorkDomain;
    content-updated?: DateParts;
    created: Date;
    degree?: string;
    deposited: Date;
    edition-number?: string;
    editor?: Author[];
    free-to-read?: WorkFreeToRead;
    funder?: WorkFunder[];
    group-title?: string[];
    indexed: Date;
    institution?: WorkInstitution;
    is-referenced-by-count: number;
    isbn-type?: WorkISSNType[];
    issn-type?: WorkISSNType[];
    issue?: string;
    issued: DateParts;
    journal-issue?: WorkJournalIssue;
    language?: string;
    license?: WorkLicense[];
    link?: WorkLink[];
    member: string;
    original-title?: string[];
    page?: string;
    part-number?: string;
    posted?: DateParts;
    prefix: string;
    published?: DateParts;
    published-online?: DateParts;
    published-other?: DateParts;
    published-print?: DateParts;
    publisher: string;
    publisher-location?: string;
    reference?: Reference;
    reference-count: number;
    references-count: number;
    relation?: Record<string, WorkRelation>;
    review?: WorkReview;
    score: number;
    short-container-title?: string;
    short-title?: string[];
    source: string;
    standards-body?: WorkStandardsBody[];
    subject?: string[];
    subtitle?: string[];
    subtype?: string;
    title: string[];
    translator?: Author[];
    type: string;
    update-policy?: string;
    update-to?: WorkUpdate[];
    volume?: string;
}

Type declaration

  • DOI: string

    The DOI identifier associated with the work

  • Optional ISBN?: string[]
  • Optional ISSN?: string[]
  • URL: string
  • Optional abstract?: string
  • Optional accepted?: DateParts
  • Optional alternative-id?: string[]
  • Optional approved?: DateParts
  • Optional archive?: string[]
  • Optional article-number?: string
  • Optional assertion?: WorkAssertion[]
  • author: Author[]
  • Optional chair?: Author[]
  • Optional clinical-trial-number?: WorkClinicalTrial[]
  • Optional component-number?: string
  • Optional container-title?: string[]
  • Optional content-created?: DateParts
  • content-domain: WorkDomain
  • Optional content-updated?: DateParts
  • created: Date
  • Optional degree?: string
  • deposited: Date
  • Optional edition-number?: string
  • Optional editor?: Author[]
  • Optional free-to-read?: WorkFreeToRead
  • Optional funder?: WorkFunder[]
  • Optional group-title?: string[]
  • indexed: Date
  • Optional institution?: WorkInstitution
  • is-referenced-by-count: number
  • Optional isbn-type?: WorkISSNType[]
  • Optional issn-type?: WorkISSNType[]
  • Optional issue?: string
  • issued: DateParts
  • Optional journal-issue?: WorkJournalIssue
  • Optional language?: string
  • Optional license?: WorkLicense[]
  • Optional link?: WorkLink[]
  • member: string
  • Optional original-title?: string[]
  • Optional page?: string
  • Optional part-number?: string
  • Optional posted?: DateParts
  • prefix: string
  • Optional published?: DateParts
  • Optional published-online?: DateParts
  • Optional published-other?: DateParts
  • Optional published-print?: DateParts
  • publisher: string
  • Optional publisher-location?: string
  • Optional reference?: Reference
  • reference-count: number
  • references-count: number
  • Optional relation?: Record<string, WorkRelation>
  • Optional review?: WorkReview
  • score: number
  • Optional short-container-title?: string
  • Optional short-title?: string[]
  • source: string
  • Optional standards-body?: WorkStandardsBody[]
  • Optional subject?: string[]
  • Optional subtitle?: string[]
  • Optional subtype?: string
  • title: string[]
  • Optional translator?: Author[]
  • type: string
  • Optional update-policy?: string
  • Optional update-to?: WorkUpdate[]
  • Optional volume?: string

Generated using TypeDoc