import { PlacementAction } from './placementAction';
export interface ActivatePlacements extends PlacementAction {
}
