An entity property, for more information see Entity properties.

interface EntityProperty {
    key?: string;
    value?: any;
}

Properties

Properties

key?: string

The key of the property. Required on create and update.

value?: any

The value of the property. Required on create and update.