Type Alias InterpolationMethod

InterpolationMethod:
    | "nearest"
    | "higher"
    | "lower"
    | "midpoint"
    | "linear"

Interpolation types