You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-07 23:02:56 +03:00
Improve types for sendEvent
(#4108)
This commit is contained in:
committed by
GitHub
parent
85a55c79cd
commit
97844f0e47
@@ -81,6 +81,12 @@ declare module "../../src/types" {
|
||||
hello: string;
|
||||
};
|
||||
}
|
||||
|
||||
interface TimelineEvents {
|
||||
"org.matrix.rageshake_request": {
|
||||
request_id: number;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
describe("RoomWidgetClient", () => {
|
||||
|
Reference in New Issue
Block a user