Skip to content

Commit

Permalink
chore: update NC typings versions
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jun 14, 2023
1 parent eefe0fa commit 35e8baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oc.d.ts
@@ -1,5 +1,5 @@
/// <reference types="@nextcloud/typings" />

declare interface Window {
OC: Nextcloud.v23.OC | Nextcloud.v24.OC | Nextcloud.v25.OC;
OC: Nextcloud.v25.OC | Nextcloud.v26.OC | Nextcloud.v27.OC;

Check failure on line 4 in lib/oc.d.ts

View workflow job for this annotation

GitHub Actions / Build and deploy

Namespace 'Nextcloud' has no exported member 'v26'.

Check failure on line 4 in lib/oc.d.ts

View workflow job for this annotation

GitHub Actions / Build and deploy

Namespace 'Nextcloud' has no exported member 'v27'.

Check failure on line 4 in lib/oc.d.ts

View workflow job for this annotation

GitHub Actions / node

Namespace 'Nextcloud' has no exported member 'v26'.

Check failure on line 4 in lib/oc.d.ts

View workflow job for this annotation

GitHub Actions / node

Namespace 'Nextcloud' has no exported member 'v27'.
}

0 comments on commit 35e8baf

Please sign in to comment.