IndexerStatus type

Vertegenwoordigt de algemene status van de indexeerfunctie.

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