uyem
Version:
WebRTC client-server SFU application
8 lines (7 loc) • 421 B
TypeScript
import { ErrorCode } from '../types/interfaces';
interface State {
error: keyof typeof ErrorCode;
}
export declare const changeError: import("@reduxjs/toolkit").ActionCreatorWithPayload<State, string>;
declare const storeError: import("@reduxjs/toolkit").EnhancedStore<State, import("redux").AnyAction, [import("redux-thunk").ThunkMiddleware<State, import("redux").AnyAction, undefined>]>;
export default storeError;