telodendria/Schema/AdminDeactivate.json

15 lines
253 B
JSON
Raw Normal View History

2023-11-02 11:42:45 +00:00
{
"header": "Schema\/AdminDeactivate.h",
"types": {
"DeactivateRequest": {
"fields": {
"reason": {
"type": "string"
}
},
"type": "struct"
}
},
"guard": "TELODENDRIA_SCHEMA_ADMINDEACTIVATE_H"
}