1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Improve types for sendEvent (#4108)

This commit is contained in:
Michael Telatynski
2024-03-25 12:48:49 +00:00
committed by GitHub
parent 85a55c79cd
commit 97844f0e47
17 changed files with 278 additions and 71 deletions

View File

@@ -24,6 +24,7 @@ limitations under the License.
export type * from "./@types/media";
export * from "./@types/membership";
export type * from "./@types/event";
export type * from "./@types/events";
export type * from "./@types/state_events";
/** The different methods for device and user verification */