sutom/ts/lettreStatut.ts
2022-01-10 19:34:58 +01:00

6 lines
67 B
TypeScript

export enum LettreStatut {
NonTrouve,
MalPlace,
BienPlace,
}