File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export interface TanStackDevtoolsReactInit {
83
83
* initial state of the devtools when it is started for the first time. Afterwards,
84
84
* the settings are persisted in local storage and changed through the settings panel.
85
85
*/
86
- config ?: TanStackDevtoolsConfig
86
+ config ?: Partial < TanStackDevtoolsConfig >
87
87
/**
88
88
* Configuration for the TanStack Devtools client event bus.
89
89
*/
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ interface TanstackDevtoolsInit {
86
86
* initial state of the devtools when it is started for the first time. Afterwards,
87
87
* the settings are persisted in local storage and changed through the settings panel.
88
88
*/
89
- config ?: TanStackDevtoolsConfig
89
+ config ?: Partial < TanStackDevtoolsConfig >
90
90
/**
91
91
* Configuration for the TanStack Devtools client event bus.
92
92
*/
You can’t perform that action at this time.
0 commit comments