// SPDX-License-Identifier: Apache-2.0

import {type NodeStartConfigClass} from './node-start-config-class.js';

export interface NodeStartContext {
  config: NodeStartConfigClass;
}
