Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Change classNames from enum to type #152

@lucasgmagalhaes

Description

@lucasgmagalhaes

Change from this:

export const enum HeroClass {
  MAGE = "Mage",
  WARRIOR = "Warrior",
  HUNTER = "Hunter",
  THIEF = "Thief"
}

to this:

export type HeroClass =
"Mage" |
"Warrior" |
"Hunter" |
"Thief" |

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoreSomething that must be remade

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions