summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-04-05 09:12:08 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-04-06 15:32:31 +0200
commit8298bb44fdb14024d8e7c0d651a4b219b8975f0e (patch)
tree265536b1ad9dba08a90f3773d0b729e31d6bb160 /apps/files
parentd432e0c7b26287f9b34068241591bcf673b33fc5 (diff)
downloadnextcloud-server-8298bb44fdb14024d8e7c0d651a4b219b8975f0e.tar.gz
nextcloud-server-8298bb44fdb14024d8e7c0d651a4b219b8975f0e.zip
fix:(files-checker): add cypress.d.ts and custom.d.ts
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/src/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/types.ts b/apps/files/src/types.ts
index 28e1bad28a6..c0eeb7c176e 100644
--- a/apps/files/src/types.ts
+++ b/apps/files/src/types.ts
@@ -33,7 +33,7 @@ export type FilesState = {
}
export type FilesStore = {
- [id: number]: Node
+ [fileid: number]: Node
}
export type RootsStore = {