Import Headers type from form-data (#2546)

Fix the import in RequesterUtils to fix a compile error identified in #2545

fixes #2545
This commit is contained in:
Jeff Bacon 2022-06-25 13:45:27 -04:00 committed by GitHub
parent 85dffe6283
commit 4aacdc2b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
import { decamelizeKeys } from 'xcase';
import FormData from 'form-data';
import FormData, { Headers } from 'form-data';
import { stringify } from 'qs';
// Types