about summary refs log tree commit diff
path: root/MatrixRoomUtils.Core/Interfaces/IStateEventType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Core/Interfaces/IStateEventType.cs')
-rw-r--r--MatrixRoomUtils.Core/Interfaces/IStateEventType.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MatrixRoomUtils.Core/Interfaces/IStateEventType.cs b/MatrixRoomUtils.Core/Interfaces/IStateEventType.cs
new file mode 100644
index 0000000..053f50c
--- /dev/null
+++ b/MatrixRoomUtils.Core/Interfaces/IStateEventType.cs
@@ -0,0 +1,5 @@
+namespace MatrixRoomUtils.Core.Interfaces; 
+
+public interface IStateEventType {
+    
+}
\ No newline at end of file