TitleList
Representation of a Title List TitleList
export interface TitleList {
'titles'?: Array<Title>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
titles | Optional | Array<Title> | List of titles {Array<Title>} TitleList |
Representation of a Title List TitleList
export interface TitleList {
'titles'?: Array<Title>;
}| Name | Required | Type | Description |
|---|---|---|---|
titles | Optional | Array<Title> | List of titles {Array<Title>} TitleList |