LoadingState type

Whether the stream is loading or not.

type LoadingState = "loading" | "none"