export interface Schema {
  name: string;
  overwrite?: boolean;
  defaultNestExternals?: boolean;
  currentBuildCommand?: string;
}
