Citation interface

单次引用。

签名

export interface Citation 

属性

属性 类型 说明
endIndex 数字
许可 字符串
publicationDate 日期
startIndex 数字
title 字符串
URI 字符串

Citation.endIndex

签名

endIndex?: number;

引用.许可

签名

license?: string;

Citation.publicationDate

签名

publicationDate?: Date;

Citation.startIndex

签名

startIndex?: number;

Citation.title

签名

title?: string;

Citation.uri

签名

uri?: string;