From 3ad06bfd31f2e424030b8746a51771d99a7a2aef Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 31 Aug 2020 15:18:14 +0200 Subject: [PATCH] Add Nextcloud 20 support Signed-off-by: Christoph Wurst --- lib/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.ts b/lib/index.ts index c2ec0688..a24a4fb5 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -1,6 +1,6 @@ /// -declare var OC: Nextcloud.v16.OC | Nextcloud.v17.OC | Nextcloud.v18.OC | Nextcloud.v19.OC; +declare var OC: Nextcloud.v16.OC | Nextcloud.v17.OC | Nextcloud.v18.OC | Nextcloud.v19.OC | Nextcloud.v20.OC; declare var window: Nextcloud.v16.WindowWithGlobals | Nextcloud.v17.WindowWithGlobals | Nextcloud.v18.WindowWithGlobals | Nextcloud.v19.WindowWithGlobals; /**