Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Entry

Represents a entry for a synonym type.

Hierarchy

  • Entry

Properties

Properties

Optional display

display: EntryDisplay

Optional. The item display's information.

Optional name

name: undefined | string

Required. Name of the entry (e.g. "bicycle"). The entry in this field must be included in repeated synonyms field to be recogonized as a valid type value.

Optional synonyms

synonyms: string[]

Required. List of synonyms for the entry (e.g. "bike", "cycle").

Generated using TypeDoc