export interface ConvertToRspackSchema {
  project: string;
  skipFormat?: boolean;
  skipInstall?: boolean;
}
