export interface Schema {
  autoAcceptAllPrompts?: boolean;
  onlyShowListOfCommands?: boolean;
  noUpgrade?: boolean;
}
