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

# Interface CapabilitySurfaceEntityTypeAccess

```typescript
interface CapabilitySurfaceEntityTypeAccess {
    operations: readonly string[];
    type: string;
}
```

Types: [operations](#operations), [type](#type)

##### Index

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

[operations](#operations) [type](#type)

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

### <a id="operations"></a>`Readonly`operations

```typescript
operations: readonly string[]
```

### <a id="type"></a>`Readonly`type

```typescript
type: string
```
