共用方式為


FormDataMap type

提供表單資料的簡單物件,就像從瀏覽器表單一樣。

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