# UNIT\_UPDATED

```typescript
interface IUnitAction {
  unitId: string;
  propertyId: string;
  name: string;
  objectId: string;
}

```
