hacifootprint

ResolverContext<State>

Interface: ResolverContext<State>

Defined in: src/testing/harness.ts:43

Type Parameters

State

State = Record<string, unknown>

Properties

state

state: State

Defined in: src/testing/harness.ts:45

The current projected state, as the real handler would read it.

On this page