# PROPERTY\_UPDATED

```typescript
interface IPropertyAction {
  propertyId: string;
  name: string;
  objectId: string;
}

```
