---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/ods](../index.md) / CloneState

# Type Alias: CloneState

> **CloneState** = `"COMPLETED"` \| `"FAILED"` \| `"IN_PROGRESS"` \| `"PENDING"` \| `string` & `object`

Defined in: [packages/b2c-tooling-sdk/src/operations/ods/wait-for-clone.ts:17](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/ods/wait-for-clone.ts#L17)

Status of a sandbox clone operation in the ODS system.

Standard values are `COMPLETED`, `FAILED`, `IN_PROGRESS`, and `PENDING`. Any
other string value is also accepted for forward compatibility with future
statuses returned by the API.
