I'm getting `cannot find name Headers` because the type definitions of `dwolla-v2` are referencing this interface as if it were available globally. Another option is upgrading `node-fetch` to v3 as it includes the TS definitions built-in.
I'm getting
cannot find name Headersbecause the type definitions ofdwolla-v2are referencing this interface as if it were available globally.Another option is upgrading
node-fetchto v3 as it includes the TS definitions built-in.