import { Keys } from './Keys'

/** createCustomTargetingKeys */
export interface CreateCustomTargetingKeys {
  /** keys[] */
  keys?: Array<Keys>
}
