다음을 통해 공유


IndexDocumentsAction type

문서에서 작동하는 인덱스 작업을 나타냅니다.

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