// SPDX-License-Identifier: Apache-2.0

import {type NodeStatesConfigClass} from './node-states-config-class.js';

export interface NodeStatesContext {
  config: NodeStatesConfigClass;
}
