mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-20 21:03:16 +08:00
fix: unresolved ts type
!nuf
This commit is contained in:
parent
89016d390d
commit
38d8ac7212
1 changed files with 1 additions and 1 deletions
2
frontend/src/ts/types/types.d.ts
vendored
2
frontend/src/ts/types/types.d.ts
vendored
|
@ -301,7 +301,7 @@ declare namespace MonkeyTypes {
|
|||
|
||||
type CommandExecOptions = {
|
||||
input?: string;
|
||||
commandlineModal: AnimatedModal;
|
||||
commandlineModal: import("../utils/animated-modal").default;
|
||||
};
|
||||
|
||||
type Command = {
|
||||
|
|
Loading…
Reference in a new issue