IndexerStatus type

Представляет общее состояние индексатора.

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