export class TFTChampionsDTO {
  champion: string
  cost: number
  traits: string[]
}
