Skip to content

Commit

Permalink
resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatDeparted2061 committed Feb 3, 2025
1 parent a2f0dca commit 304a6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulator/src/hotkey_binder/model/modelInterfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ export interface Storage {
get<T>(key: string): T | null;
}

interface KeyMap {
export interface KeyMap {
[key: string]: string
}

0 comments on commit 304a6e9

Please sign in to comment.