IndexerStatus type

Rappresenta lo stato generale dell'indicizzatore.

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