次の方法で共有


IndexerStatus type

IndexerStatus の値を定義します。

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