IndexerStatus type

전체 인덱서 상태를 나타냅니다.

type IndexerStatus = "unknown" | "error" | "running"