export class QueuesDataDragonDTO {
  queueId: number
  map: string
  description: string | null
  notes: string | null
}
