philia
    Preparing search index...

    Type Alias inquirerSelect<T>

    inquirerSelect: Exclude<
        Parameters<typeof inquirer.select>[0]["choices"][0],
        string,
    >[]

    Type Parameters

    • T