From 0a9115248df375e9740e80c280b5e2578b86f9ad Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 10 May 2022 17:45:54 +0100 Subject: [PATCH] Include more js-sdk types --- src/@types/global.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/@types/global.d.ts b/src/@types/global.d.ts index 7b9c1d9d..c1b4db0d 100644 --- a/src/@types/global.d.ts +++ b/src/@types/global.d.ts @@ -15,3 +15,4 @@ limitations under the License. */ import "matrix-js-sdk/src/@types/global"; +import "matrix-js-sdk/src/@types/partials";