// SPDX-License-Identifier: Apache-2.0

import {type NodeStopConfigClass} from './node-stop-config-class.js';

export interface NodeStopContext {
  config: NodeStopConfigClass;
}
