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