// SPDX-License-Identifier: Apache-2.0

import {type NodeRestartConfigClass} from './node-restart-config-class.js';

export interface NodeRestartContext {
  config: NodeRestartConfigClass;
}
