clqms-be/app/Libraries/Data/math_sign.json
OpenCode Bot 9946978487 chore: refresh CLQMS backend baseline
Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
2026-04-08 16:07:19 +07:00

12 lines
319 B
JSON
Executable File

{"name": "math_sign",
"VSName": "Math Sign",
"VCategory": "System",
"values": [
{"key": "=", "value": "Equal"},
{"key": "<", "value": "Less than"},
{"key": ">", "value": "Greater than"},
{"key": "<=", "value": "Less than or equal to"},
{"key": ">=", "value": "Greater than or equal to"}
]
}