An entity property, for more information see Entity properties.

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

Properties

Properties

key?: string

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

value?: {}

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

Type declaration