Skip to content

Commit 020193b

Browse files
authored
fix(s3-presigned-post): type PresignedPost.fields (#1709)
1 parent 0cc9701 commit 020193b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/s3-presigned-post/src/createPresignedPost.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface PresignedPostOptions {
2626

2727
export interface PresignedPost {
2828
url: string;
29-
fields: {};
29+
fields: Fields;
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)