From fe20b3061e8159a3e27302043c65bf7b5e9d4a3b Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:27:39 -0400 Subject: [PATCH] Update interactive.js --- scripts/parse-egg-moves/interactive.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/parse-egg-moves/interactive.js b/scripts/parse-egg-moves/interactive.js index 814957dc09a..bf88e70e7cf 100644 --- a/scripts/parse-egg-moves/interactive.js +++ b/scripts/parse-egg-moves/interactive.js @@ -3,9 +3,13 @@ import chalk from "chalk"; import inquirer from "inquirer"; import { showHelpText } from "./help-message.js"; +/** + * @import { Option } from "./main.js" + */ + /** * Prompt the user to interactively select an option (console/file) to retrieve the egg move CSV. - * @returns {Promise<{type: "Console" | "File", value: string} | {type: "Exit"}>} The selected option with value + * @returns {Promise