> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.CommunityEntityActionResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface CommunityEntityActionResult

Desktop's trusted local adapter may return an Entity identifier here. The browser-hosted implementation preserves the result shape but substitutes a host-minted opaque action reference, so a browser never receives an Entity record identifier.

```typescript
interface CommunityEntityActionResult {
    createdAt: string;
    id: string;
    version: number;
}
```

Types: [createdAt](#createdat), [id](#id), [version](#version)

##### Index

### <a id="properties"></a>Properties

[createdAt](#createdat) [id](#id) [version](#version)

## <a id="properties-1"></a>Properties

### <a id="createdat"></a>createdAt

```typescript
createdAt: string
```

### <a id="id"></a>id

```typescript
id: string
```

### <a id="version"></a>version

```typescript
version: number
```
