Options passed to the computed creation function.
computed
interface CreateComputedOptions<T> { equal?: ValueEqualityFn<T>;}