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

# Interface CommunityMemberProfileProjection

```typescript
interface CommunityMemberProfileProjection {
    bio?: string;
    displayName: string;
    handle: string;
    profileId: string;
}
```

Types: [bio](#bio), [displayName](#displayname), [handle](#handle), [profileId](#profileid)

##### Index

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

[bio?](#bio) [displayName](#displayname) [handle](#handle) [profileId](#profileid)

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

### <a id="bio"></a>`Optional`bio

```typescript
bio?: string
```

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

```typescript
displayName: string
```

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

```typescript
handle: string
```

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

```typescript
profileId: string
```
