Observertype Observer<T> = {next: (value: T) => void; };§Type Parameters§T[src]§Type§{next: (value: T) => void; }[src]