Variable RUNNER_TYPEConst

RUNNER_TYPE: {
    [key in RunnerType]: {
        label: string;
        value: RunnerType;
    }
} = ...