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

Hierarchy

  • Record<string, unknown>
    • EntityPropertyDetails

Properties

Properties

entityId: number

The entity property ID.

123
key: string

The entity property key.

mykey
value: string

The new value of the entity property.

newValue