Appearance
type IInterceptor<T> = (change: T) => T | null;
Defined in: mobx:
T
change
T | null
null
https://mobx.js.org/README.html