You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
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 |