Skip to content

lightgun-poc / lib/hotkey / ProbeResult

Type Alias: ProbeResult

ProbeResult = { probe: ComboProbe; reason: null; } | { probe: null; reason: string; }

Defined in: lib/hotkey.ts:204

A probe, or the human-readable reason there is none.

Released under the MIT License.