SubjectOnNext type

A function that is called for every update

Signature:

export type SubjectOnNext<T> = (value: T) => void;