sutom/ts/entites/lettreStatut.ts
2022-01-30 12:02:40 +01:00

6 lines
67 B
TypeScript

export enum LettreStatut {
NonTrouve,
MalPlace,
BienPlace,
}