IndexerExecutionStatus type

代表個別索引子執行的狀態。

type IndexerExecutionStatus =
  | "transientFailure"
  | "success"
  | "inProgress"
  | "reset"