export interface UpdateSwaggerJsonExecutorSchema {
  output: string;
  swaggerDoc: string;
  startupAssembly: string;
  skipInstall: boolean;
}
