Citation interface

單一引用資料。

簽名:

export interface Citation 

屬性

屬性 類型 說明
endIndex 數字
授權 字串
publicationDate 日期
startIndex 數字
title 字串
URI 字串

Citation.endIndex

簽名:

endIndex?: number;

引用授權

簽名:

license?: string;

Citation.publicationDate

簽名:

publicationDate?: Date;

Citation.startIndex

簽名:

startIndex?: number;

引文.title

簽名:

title?: string;

Citation.uri

簽名:

uri?: string;