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?: string;

Citation.uri

서명:

uri?: string;