IndexerStatus type

Représente l’état global de l’indexeur.

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