mirror of
https://framagit.org/JonathanMM/sutom.git
synced 2026-05-10 18:49:10 +02:00
5 lines
67 B
TypeScript
5 lines
67 B
TypeScript
export enum LettreStatut {
|
|
NonTrouve,
|
|
MalPlace,
|
|
BienPlace,
|
|
}
|