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