I am creating a boardgame in Typescript. In it I declare the following:
export enum PieceType { PAWN, KNIGHT2, KNIGHT4, WIZARD, KING } export