// SPDX-License-Identifier: Apache-2.0

import {type NodeConnectionsConfigClass} from './node-connections-config-class.js';

export interface NodeConnectionsContext {
  config: NodeConnectionsConfigClass;
}
