Skip to content

Commit ad3d2e2

Browse files
committed
fix: typing compatible with Nextcloud 32
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 0177da2 commit ad3d2e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/global.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ declare global {
2121
open(path: string): Promise<void>
2222
close?(): void
2323
setActiveTab(id: string): void
24+
registerTab?: (tab: OCAFilesSidebarTab) => void
2425
Tab?: new (options: Partial<OCAFilesSidebarTab>) => OCAFilesSidebarTab
2526
}
2627

0 commit comments

Comments
 (0)