IndexDocumentsAction type

Mewakili tindakan indeks yang beroperasi pada dokumen.

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