共用方式為


IndexDocumentsAction type

表示在檔上運作的索引動作。

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