IndexDocumentsAction type

يمثل إجراء فهرس يعمل على مستند.

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