다음을 통해 공유


LoadingState type

스트림이 로드되고 있는지 여부입니다.

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