---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/media/contracts/functions/implementsScratchWorkspace.md
---

# Function: implementsScratchWorkspace()

```ts
function implementsScratchWorkspace(value: unknown): value is ScratchWorkspace;
```

Defined in: [src/batteries/media/contracts.ts:439](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/media/contracts.ts#L439)

`true` when `value` structurally implements [ScratchWorkspace](../interfaces/ScratchWorkspace.md).

## Parameters

| Parameter | Type      |
| --------- | --------- |
| `value`   | `unknown` |

## Returns

`value is ScratchWorkspace`
