Skip to content

Commit 4f0fed4

Browse files
stephenplusplusJustinBeckwith
authored andcommitted
fix: TS definition (googleapis#387)
Fixes googleapis#385
1 parent 1297ea1 commit 4f0fed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/storage/src/bucket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ interface MetadataRequest {
7676
*/
7777
export interface GetFilesRequest {
7878
autoPaginate?: boolean;
79-
delimited?: string;
79+
delimiter?: string;
8080
directory?: string;
8181
prefix?: string;
8282
maxApiCalls?: number;

0 commit comments

Comments
 (0)