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