Udostępnij za pośrednictwem


IndexDocumentsAction type

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

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