import { Keys } from './Keys'

/** updateCustomTargetingKeys */
export interface UpdateCustomTargetingKeys {
  /** keys[] */
  keys?: Array<Keys>
}
