mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-13 17:32:14 +08:00
docs(storage): fix typo in ListResult.items description (#3630)
[skip-ci]
This commit is contained in:
2
packages/storage/lib/index.d.ts
vendored
2
packages/storage/lib/index.d.ts
vendored
@@ -939,7 +939,7 @@ export namespace FirebaseStorageTypes {
|
||||
*/
|
||||
export interface ListResult {
|
||||
/**
|
||||
* Objects in this directory. You can call `getMetadate()` and `getDownloadUrl()` on them.
|
||||
* Objects in this directory. You can call `getMetadata()` and `getDownloadUrl()` on them.
|
||||
*/
|
||||
items: Reference[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user