Change method to property

This commit is contained in:
R Midhun Suresh
2025-10-23 16:07:07 +05:30
parent d0923c7b76
commit 7c40be9054
@@ -34,7 +34,7 @@ export interface ClientApi {
/** /**
* Use this to modify account data on the homeserver. * Use this to modify account data on the homeserver.
*/ */
getAccountDataApi: () => AccountDataApi; accountData: AccountDataApi;
/** /**
* Fetch room by id from SDK. * Fetch room by id from SDK.