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

# Type Alias FrameBase<Op>

```typescript
type FrameBase<Op extends IspoOp> = {
    ispo: IspoProtocol;
    op: Op;
}
```

Types: [Op](#op), [IspoOp](core.IspoOp.md), [ispo](#ispo), [IspoProtocol](core.IspoProtocol.md), [op](#op-1)

#### Type Parameters

*   <a id="op"></a>Op extends [IspoOp](core.IspoOp.md)

##### Index

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

[ispo](#ispo) [op](#op-1)

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

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

```typescript
ispo: IspoProtocol
```

Types: [IspoProtocol](core.IspoProtocol.md)

### <a id="op-1"></a>op

```typescript
op: Op
```

Types: [Op](#op)
