sutom/ts/lettreStatut.ts

6 lines
67 B
TypeScript
Raw Normal View History

2022-01-10 19:34:58 +01:00
export enum LettreStatut {
NonTrouve,
MalPlace,
BienPlace,
}