Skip to content

Commit

Permalink
feat(types): export more client types (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Nov 30, 2021
1 parent b9db70a commit 88ce220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import createRequestBody from './createRequestBody'
import { BatchRequestDocument, ClientError, RequestDocument, Variables } from './types'
import * as Dom from './types.dom'

export { ClientError } from './types'
export { BatchRequestDocument, ClientError, RequestDocument, Variables }

/**
* Convert the given headers configuration into a plain object.
Expand Down

0 comments on commit 88ce220

Please # to comment.