Skip to content

Commit 039f06b

Browse files
authored
Add listAll() to storage-types (#1829)
1 parent ee61062 commit 039f06b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/storage-types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export interface Reference {
5151
storage: Storage;
5252
toString(): string;
5353
updateMetadata(metadata: SettableMetadata): Promise<FullMetadata>;
54+
listAll(): Promise<ListResult>;
5455
list(options?: ListOptions): Promise<ListResult>;
5556
}
5657

0 commit comments

Comments
 (0)