interface EntityPropertyDetails {
    entityId: number;
    key: string;
    value: string;
}

Properties

Properties

entityId: number

The entity property ID.

key: string

The entity property key.

value: string

The new value of the entity property.