Alokai

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