Skip to content
1 min read · 36 words

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

ParameterType
outcomeSandboxOutcome

Returns

string