mirror of
https://git.roflcopter.fr/lesanges/equipment.git
synced 2025-06-01 01:31:51 +02:00
12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"inputs" : [
|
|
{ "Achat" : "définitif" },
|
|
{ "Location" : "temporaire" },
|
|
{ "Retour de Location/Prêt" : "retour" }
|
|
],
|
|
"outputs" : [
|
|
{ "Vente" : "définitif" },
|
|
{ "Prêt" : "temporaire" },
|
|
{ "Retour de Location/Emprunt" : "retour" }
|
|
]
|
|
}
|