Type Alias: ResolvedTurnContext
ts
type ResolvedTurnContext = Required<RawTurnContext>;A fully-resolved RawTurnContext where all optional fields have been filled in by the schema (e.g. stash defaulted to {}).
Remarks
This is the shape returned by turnContextSchema after validation — use it wherever a guaranteed-present context is needed rather than the raw caller-supplied input.