export interface Schema {
  component: string;
  project: string;
  skipFormat?: boolean;
}
