export interface ConvertToSwcGeneratorSchema {
  project: string;
  targets?: string[];
}
