LoadingState type

Bez ohledu na to, jestli se datový proud načítá nebo ne.

type LoadingState = "loading" | "none" | "reconnecting"