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

# Type Alias SubFrame

```typescript
SubFrame: FrameBase<"sub"> & {
    args?: unknown;
    method:
        | "entities.watch"
        | "entities.query.subscribe"
        | "community.projection.subscribe";
    sid: number;
}
```

Types: [FrameBase](core.Supporting_types.FrameBase.md)
