Appearance
type ISetWillChange<T> = ISetWillDeleteChange<T> | ISetWillAddChange<T>;
Defined in: mobx:
T
any
https://mobx.js.org/README.html