fix: fetch all items of folder

This commit is contained in:
Saad Jutt
2020-12-08 04:37:42 +05:00
parent 5d1eed1494
commit 69fd7b2cb5
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,4 +4,5 @@ export interface Folder {
id: string
uri: string
links: Link[]
memberCount: number
}