import type { AsyncThunkAction, PayloadActionCreator, PrepareAction } from '@reduxjs/toolkit'; import type { AsyncThunkOptions } from '../../../app/async-thunk-options.js'; export type FetchProductsActionCreator = () => AsyncThunkAction>; export type ToggleActionCreator = PayloadActionCreator>;