Delen via


IndexDocumentsAction type

Vertegenwoordigt een indexactie die op een document wordt uitgevoerd.

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