Type Alias StrategyElement

StrategyElement: {
    onset: number;
    type: factors.StrategyElementType;
    value: number;
}

Type declaration