Skip to content

Commit

Permalink
accurate type for app context
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Nov 13, 2024
1 parent 944ddf6 commit 357ab00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/src/types/utilTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { ActionContext } from "vuex";

export type Dict<V> = { [k: string]: V };

export type AppCtx = ActionContext<AppState, AppState>;
export type AppCtx = ActionContext<unknown, AppState>;

0 comments on commit 357ab00

Please sign in to comment.