IndexDocumentsAction type

Reprezentuje akcję indeksu działającą na dokumencie.

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