We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc9701 commit 020193bCopy full SHA for 020193b
packages/s3-presigned-post/src/createPresignedPost.ts
@@ -26,7 +26,7 @@ export interface PresignedPostOptions {
26
27
export interface PresignedPost {
28
url: string;
29
- fields: {};
+ fields: Fields;
30
}
31
32
/**
0 commit comments