Replay import { Replay } from "destack:test"; Reproducible test run input. export struct Replay { id: ReplayId; kind: ReplayKind; seed: RandomSeed; inputs: [ReplayInput]; } language/library/src/test/replay.ds:29:41 Members id: ReplayId Replay identifier when persisted. kind: ReplayKind Replay kind. seed: RandomSeed Deterministic seed when relevant. inputs: [ReplayInput] Recorded inputs.