Module Tezos_baking_alpha_commands.Baking_commands

type baking_mode =
  1. | Local of {
    1. local_data_dir_path : string;
    }
  2. | Remote