package inquirer_oc

  1. Overview
  2. Docs
type question_input_option = {
  1. name : string;
  2. prompt_type : Types.prompt_type;
  3. message : string;
  4. default : string option;
}