// SPDX-License-Identifier: Apache-2.0

import {type NodePrepareUpgradeConfigClass} from './node-prepare-upgrade-config-class.js';

export interface NodePrepareUpgradeContext {
  config: NodePrepareUpgradeConfigClass;
}
