---
url: 'https://adk.nht.io/api/@nhtio/adk/batteries/sandbox/type-aliases/ModelPath.md'
description: >-
  Presentation/normalisation brand only; this is NOT a containment guarantee.
  Every filesystem use must still pass through PathTranslator.toRelative().
---

# Type Alias: ModelPath

```ts
type ModelPath = string & {
  __sandboxModelPath: unique symbol;
};
```

Defined in: [src/batteries/sandbox/types.ts:10](https://github.com/NHTIO/ADK/blob/v1.20260824.1/src/src/batteries/sandbox/types.ts#L10)

Presentation/normalisation brand only; this is NOT a containment guarantee.
Every filesystem use must still pass through PathTranslator.toRelative().

## Type Declaration

| Name                 | Type            | Defined in                                                                                                                  |
| -------------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------- |
| `__sandboxModelPath` | unique `symbol` | [src/batteries/sandbox/types.ts:10](https://github.com/NHTIO/ADK/blob/v1.20260824.1/src/src/batteries/sandbox/types.ts#L10) |
