import { Placements } from './Placements'; /** createPlacements */ export interface CreatePlacements { /** placements[] */ placements?: Array; }