added create models for alarms

This commit is contained in:
2026-07-16 16:10:02 +02:00
parent 21ef9c4ab5
commit 505aff4232
3 changed files with 23 additions and 0 deletions
@@ -0,0 +1,3 @@
class CreateAlarmRequest {
const CreateAlarmRequest();
}