export interface GatsbyPluginBuilderSchema {
  buildTarget: string;
  host: string;
  port: string;
  open: boolean;
  https: boolean;
}
