IndexerStatus type

Representa o status geral do indexador.

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