// SPDX-License-Identifier: Apache-2.0

import {type NodeSetupConfigClass} from './node-setup-config-class.js';

export interface NodeSetupContext {
  config: NodeSetupConfigClass;
}
