FormDataMap type

ブラウザー フォームの場合と同様に、フォーム データを提供する単純なオブジェクト。

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