Type Alias: SandboxNarrator
ts
type SandboxNarrator = (outcome: SandboxOutcome) => string;Defined in: src/batteries/sandbox/narrator.ts:35
Model-facing narration seam; implementations must be total over SandboxOutcome.
Parameters
| Parameter | Type |
|---|---|
outcome | SandboxOutcome |
Returns
string