SubjectOnComplete type

A function that is called at the end when the stream has ended

Signature:

export type SubjectOnComplete = () => void;