[plant] res.fields type error

김남경·2023년 6월 10일
0

project

목록 보기
31/36

res.fields의 type error

Property 'fields' does not exist on type 'Response'

value type error

Overload 1 of 3, '(name: string, value: string | Blob): void', gave the following error.
Argument of type 'unknown' is not assignable to parameter of type 'string | Blob'.
Overload 2 of 3, '(name: string, value: string): void', gave the following error.
Argument of type 'unknown' is not assignable to parameter of type 'string'.
Overload 3 of 3, '(name: string, blobValue: Blob, filename?: string | undefined): void', gave the following error.
Argument of type 'unknown' is not assignable to parameter of type 'Blob'.ts(276

정확한 타입을 파악하고 수정할 예정

참고

S3에 파일을 업로드하는 세 가지 방법
createObjectURL을 사용해서 이미지 업로드 후 미리보기
How To Upload a File to S3 With Next.js
NestJS 에서 Amazon S3 로 파일 업로드하기
Property 'body' does not exist on type 'Response'

profile
기본에 충실하며 앞으로 발전하는

0개의 댓글