Skip to content
1 min read · 50 words

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

NameTypeDefined in
__sandboxModelPathunique symbolsrc/batteries/sandbox/types.ts:10