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

# Type Alias ProjectCommandsReadyFrame

```typescript
ProjectCommandsReadyFrame: FrameBase<"project-commands-ready"> & {
    buildId?: string;
}
```

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

Explicit one-way readiness edge for the command service registered by the matching `project-commands` publication. It carries no catalog or authority.

#### Type Declaration

*   ##### `Optional`buildId?: string
    
    Build id read from the same host-generated meta tag as the catalog frame.
