Convert to property

This commit is contained in:
R Midhun Suresh
2025-10-24 00:28:54 +05:30
parent 97e1462474
commit af3d476a70
@@ -31,5 +31,5 @@ export interface StoresApi {
/** /**
* Use this to access limited functionality of the RLS from element-web. * Use this to access limited functionality of the RLS from element-web.
*/ */
getRoomListStore(): RoomListStoreApi; roomListStore: RoomListStoreApi;
} }