Type Alias: ModelPath
ts
type ModelPath = string & {
__sandboxModelPath: unique symbol;
};Defined in: src/batteries/sandbox/types.ts:10
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 |