bazarr/frontend/src/modules/redux/actions/types.d.ts

5 lines
158 B
TypeScript

import { ActionCreator } from "@reduxjs/toolkit";
// eslint-disable-next-line @typescript-eslint/no-explicit-any
type AnyActionCreator = ActionCreator<any>;