Skip to content

Commit

Permalink
Merge pull request #754 from nextcloud-libraries/fix/node-type
Browse files Browse the repository at this point in the history
fix: Node import type
  • Loading branch information
susnux committed Sep 21, 2023
2 parents 1087958 + 7f8d1eb commit 6d59148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/newFileMenu.ts
Expand Up @@ -20,7 +20,7 @@
*
*/

import { Folder } from './files/folder'
import type { Folder, Node } from './index'
import logger from './utils/logger'

export interface Entry {
Expand Down

0 comments on commit 6d59148

Please sign in to comment.