import type { PlatformApplicationPlacementItem } from './PlatformApplicationPlacementItem'; /** * Body for assigning placements (#2133): one or many in a single call * ("individually or in bulk", PDF ยง9.1). */ export type PlatformApplicationPlacementCreate = { placements: Array; };