Share via


IndexDocumentsAction type

Stellt eine Indexaktion dar, die für ein Dokument ausgeführt wird.

type IndexDocumentsAction<TModel> = {
  __actionType: IndexActionType
} & Partial<TModel>