Interface IPXActionsHistoryActionCreatorsInternal

Internal and experimental actions loader for the IPX.

See Dispatch actions.

interface IPXActionsHistoryActionCreators {
    addPageViewEntryInActionsHistory(
        itemPermanentId: string,
    ): AsyncThunkAction<void, string, {}>;
}

Methods