diff --git a/@types/index.d.ts b/@types/index.d.ts index 1e36d66cd..2a482f612 100644 --- a/@types/index.d.ts +++ b/@types/index.d.ts @@ -2,6 +2,7 @@ /// import {RequestOptions} from 'http'; +import {FormData} from 'formdata-polyfill/esm.min.js'; import { Blob, blobFrom, @@ -21,6 +22,7 @@ type AbortSignal = { export type HeadersInit = Headers | Record | Iterable | Iterable>; export { + FormData, Blob, blobFrom, blobFromSync,