fix: unresolved ts type

!nuf
This commit is contained in:
Miodec 2024-09-08 12:46:39 +02:00
parent 89016d390d
commit 38d8ac7212

View file

@ -301,7 +301,7 @@ declare namespace MonkeyTypes {
type CommandExecOptions = {
input?: string;
commandlineModal: AnimatedModal;
commandlineModal: import("../utils/animated-modal").default;
};
type Command = {