import { Placements } from './Placements'

/** updatePlacements */
export interface UpdatePlacements {
  /** placements[] */
  placements?: Array<Placements>
}
