import { Defined } from '../utils/type-utils'; export type Interceptor = ( nextValue: Defined, preValue: Value, ) => Value | undefined;