TickStrategyParameters: {
    type: "Empty";
} | {
    styler: ImmutableMutator<NumericTickStrategy>;
    type: "Numeric";
} | {
    styler: ImmutableMutator<DateTimeTickStrategy>;
    type: "DateTime";
} | {
    styler: ImmutableMutator<TimeTickStrategy>;
    type: "Time";
}

Type map of valid parameter combinations for Axis.setTickStrategy().