import { FilterStatement } from './FilterStatement'

/** getLineItemCreativeAssociationsByStatement */
export interface GetLineItemCreativeAssociationsByStatement {
  /** filterStatement */
  filterStatement?: FilterStatement
}
