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

# Type Alias BundleModeReadyFrame

```typescript
BundleModeReadyFrame: FrameBase<"bundle-mode-ready"> & {
    buildId?: string;
    mode: "production" | "development";
}
```

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