Skip to content

lightgun-poc / lib/monitors / MonitorChoice

Type Alias: MonitorChoice

MonitorChoice = { kind: "primary"; } | { kind: "all"; } | { index: number; kind: "index"; }

Defined in: lib/monitors.ts:42

A parsed --monitor value.

Released under the MIT License.