Поделиться через


IndexerExecutionStatus type

Определяет значения для IndexerExecutionStatus.

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