> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/sdks/firmhouse-sdk/reference/enumerations/collection-case-status.md).

# CollectionCaseStatus

## Enumeration Members

### Closed

```ts
Closed: "CLOSED";
```

The collection case is is closed.

***

### Open

```ts
Open: "OPEN";
```

The collection case is still open.
