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

Improve types for sendStateEvent (#4105)

This commit is contained in:
Michael Telatynski
2024-03-20 14:27:27 +00:00
committed by GitHub
parent afc3c6213b
commit d908036f50
12 changed files with 301 additions and 42 deletions

View File

@@ -23,3 +23,5 @@ limitations under the License.
export type * from "./@types/media";
export * from "./@types/membership";
export type * from "./@types/event";
export type * from "./@types/state_events";