sutom/ts/lettreStatut.ts

6 lines
67 B
TypeScript

export enum LettreStatut {
NonTrouve,
MalPlace,
BienPlace,
}