export interface ExpoServeExecutorSchema {
  port: number;
  dev?: boolean;
  minify?: boolean;
  https?: boolean;
  clear?: boolean;
}
