Alokai
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

NameRequiredTypeDescription
titlesOptionalArray<Title>List of titles {Array<Title>} TitleList

Referenced Types

On this page