IndexerStatus type

Represents the overall indexer status.

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