WordListBaseUpdateObject interface
Object model for updating one of the list entity's sublists.
Properties
canonical |
The standard form that the list represents. |
list | List of synonym words. |
Property Details
canonicalForm
The standard form that the list represents.
canonicalForm?: string
Property Value
string
list
List of synonym words.
list?: string[]
Property Value
string[]