diff --git a/packages/create-lz-oapp/src/utilities/prompts.ts b/packages/create-lz-oapp/src/utilities/prompts.ts index 9301031c0..b6878eef0 100644 --- a/packages/create-lz-oapp/src/utilities/prompts.ts +++ b/packages/create-lz-oapp/src/utilities/prompts.ts @@ -4,7 +4,7 @@ import { isPackageManagerAvailable } from "./installation.js" import { isDirectory } from "./filesystem.js" import { resolve } from "path" -const handlePromptState = (state: any) => { +const handlePromptState = (state: { aborted: boolean }) => { if (state.aborted) { // If we don't re-enable the terminal cursor before exiting // the program, the cursor will remain hidden