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.
lightgun-poc / lib/hotkey / 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.