You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
Title
Representation of a Title Title
export interface Title {
'code'?: string;
'name'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
code | Optional | string | Title code {string} Title |
name | Optional | string | Title name {string} Title |