Output values corresponding to the input breakpoints.
Example
// Interpolate a value from 1 to 2 between zoom levels 17 and 18 with easing constvalue: Interpolation<'zoom-level', [number, number]> = { on:'zoom-level', input: [17, 18], output: [1, 2], easing:'ease-in',
Define interpolation behavior for a value.