/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ 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; };