We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540dc2f commit 1bcfdd0Copy full SHA for 1bcfdd0
packages/js-client/src/types.ts
@@ -1,6 +1,7 @@
1
import type { ReadStream } from 'node:fs'
2
3
import type { operations } from '@netlify/open-api'
4
+// TODO: remove once we support native fetch
5
import type { RequestInit } from 'node-fetch'
6
7
/**
0 commit comments