다음을 통해 공유


FormDataMap type

브라우저 양식에서처럼 양식 데이터를 제공하는 간단한 개체입니다.

type FormDataMap = { [key: string]: FormDataValue | FormDataValue[] }