sutom/ts/entites/lettreStatut.ts

6 lines
67 B
TypeScript
Raw Permalink Normal View History

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