> 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/asset-status.md).

# AssetStatus

## Enumeration Members

### AtCustomer

```ts
AtCustomer: "AT_CUSTOMER";
```

The asset is at the customer.

***

### Available

```ts
Available: "AVAILABLE";
```

The asset is available for assignment.

***

### InRefurbishment

```ts
InRefurbishment: "IN_REFURBISHMENT";
```

The asset is currently in refurbishment

***

### Lost

```ts
Lost: "LOST";
```

The asset has been lost.

***

### Purchased

```ts
Purchased: "PURCHASED";
```

The asset is purchased by a customer.

***

### Scrapped

```ts
Scrapped: "SCRAPPED";
```

The asset is scrapped.
