mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +03:00
Fix app build
This commit is contained in:
parent
b9d21bcfd5
commit
9ca7b60b73
|
@ -8,7 +8,7 @@ import {
|
|||
} from 'json-schema';
|
||||
import { ConnectionType, saveSocketSettings } from '../../actions';
|
||||
import { StoreState } from '../../reducers';
|
||||
import { ConnectionOptions } from '../../reducers/connection';
|
||||
import { ConnectionStateOptions } from '../../reducers/connection';
|
||||
import { IChangeEvent, ISubmitEvent } from '@rjsf/core';
|
||||
|
||||
declare module 'json-schema' {
|
||||
|
@ -57,7 +57,7 @@ type StateProps = ReturnType<typeof mapStateToProps>;
|
|||
type DispatchProps = ResolveThunks<typeof actionCreators>;
|
||||
type Props = StateProps & DispatchProps;
|
||||
|
||||
interface FormData extends ConnectionOptions {
|
||||
interface FormData extends ConnectionStateOptions {
|
||||
readonly type: ConnectionType;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user