export interface Activation {
  name: string
  fullName?: string
  tfName: string
  description: string
  img?: string
  range: string
}
