about summary refs log tree commit diff
path: root/MatrixRoomUtils.Core/Interfaces/IStateEventType.cs
blob: 053f50cd1149754422313e8a3742d1fe239fb787 (plain) (blame)
1
2
3
4
5
namespace MatrixRoomUtils.Core.Interfaces; 

public interface IStateEventType {
    
}