// SPDX-License-Identifier: Apache-2.0

import {type OneShotSingleDestroyConfigClass} from './one-shot-single-destroy-config-class.js';

export interface OneShotSingleDestroyContext {
  config: OneShotSingleDestroyConfigClass;
}
