I want to create a custom axes from this https://www.chartjs.org/docs/latest/developers/axes.html But i get this error: ``` Type '"myScale"' is not assignable to type '"linear" | "logarithmic" | "category" | "time" | "timeseries" | "radialLinear" | undefined'.ts(2322) ```