Skip to content

Type Alias: MonitorEventType

ts
type MonitorEventType = object;

Monitor event type constants

Properties

JOB

ts
readonly JOB: "job" = 'job';

MARKET

ts
readonly MARKET: "market" = 'market';

RUN

ts
readonly RUN: "run" = 'run';