You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't use import { GraphQLClientRequestHeaders } from "graphql-request", because I get error: TS2614: Module '"graphql-request"' has no exported member 'GraphQLClientRequestHeaders'
type GraphQLClientRequestHeaders doesn't export in src/index.ts
Description
I can't use
import { GraphQLClientRequestHeaders } from "graphql-request"
, because I get error:TS2614: Module '"graphql-request"' has no exported member 'GraphQLClientRequestHeaders'
type GraphQLClientRequestHeaders doesn't export in src/index.ts
Reproduction Steps/Repo Link
I configure project by Pure ESM package:
package.json
tsconfig.json
The text was updated successfully, but these errors were encountered: