We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d06b2 commit 68a6197Copy full SHA for 68a6197
src/packages/StorageFileApi.ts
@@ -138,7 +138,7 @@ export default class StorageFileApi {
138
fileOptions?: FileOptions
139
): Promise<
140
| {
141
- data: { path: string }
+ data: { id: string, path: string, fullPath: string }
142
error: null
143
}
144
@@ -282,7 +282,7 @@ export default class StorageFileApi {
282
283
284
285
286
287
288
0 commit comments