created alarm models

This commit is contained in:
2026-06-18 18:21:36 +02:00
parent db8bc0b904
commit 10ae8df737
3 changed files with 57 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
abstract class Alarm {
String get id;
}