// SPDX-License-Identifier: Apache-2.0

import {type NodeRefreshConfigClass} from './node-refresh-config-class.js';

export interface NodeRefreshContext {
  config: NodeRefreshConfigClass;
}
