Skip to content

Commit

Permalink
Merge pull request #256 from nextcloud-libraries/feat/v29
Browse files Browse the repository at this point in the history
feat: Add type information for Nextcloud 29
  • Loading branch information
susnux authored May 27, 2024
2 parents f251662 + 7813eac commit 4283468
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
/// <reference path="v26/OC.d.ts" />
/// <reference path="v27/OC.d.ts" />
/// <reference path="v28/OC.d.ts" />
/// <reference path="v29/OC.d.ts" />
14 changes: 14 additions & 0 deletions lib/v29/OC.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
declare namespace Nextcloud.v29 {

interface OC extends Nextcloud.v28.OC {
// Nothing changed
}

interface OCP extends Nextcloud.v28.OCP {
// Nothing changed
}

interface WindowWithGlobals extends Nextcloud.v28.WindowWithGlobals {

}
}

0 comments on commit 4283468

Please sign in to comment.