# PROPERTY\_CREATED

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

```
