matrix-js-sdk
Version:
Matrix Client-Server SDK for Javascript
8 lines • 350 B
TypeScript
import { ServerControlledNamespacedValue } from "../NamespacedValue";
/**
* https://github.com/matrix-org/matrix-doc/pull/3773
*
* @experimental
*/
export declare const UNREAD_THREAD_NOTIFICATIONS: ServerControlledNamespacedValue<"unread_thread_notifications", "org.matrix.msc3773.unread_thread_notifications">;
//# sourceMappingURL=sync.d.ts.map