Skip to content

Commit a2a9729

Browse files
committed
must've been an accident
1 parent 399b9b0 commit a2a9729

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/compass-query-bar/src/stores/query-bar-store.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ export type QueryBarExtraArgs = {
8686
export type QueryBarThunkDispatch<A extends AnyAction = AnyAction> =
8787
ThunkDispatch<RootState, QueryBarExtraArgs, A>;
8888

89+
export type QueryBarThunkAction<
90+
R,
91+
A extends AnyAction = AnyAction
92+
> = ThunkAction<R, RootState, QueryBarExtraArgs, A>;
93+
8994
export function configureStore(
9095
initialState: Partial<RootState['queryBar']> = {},
9196
services: QueryBarExtraArgs

0 commit comments

Comments
 (0)