An entity property, for more information see Entity properties.

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

Properties

Properties

key?: string

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

value?: unknown

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