Skip to content

Commit

Permalink
Maya/export types i need (#238)
Browse files Browse the repository at this point in the history
* export types

* changeset
  • Loading branch information
mayakoneval authored Apr 13, 2023
1 parent 2f7e1d8 commit 0f71684
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-emus-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@apollo/explorer-helpers': patch
---

export more types
5 changes: 5 additions & 0 deletions packages/explorer-helpers/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
export { constructMultipartForm } from './constructMultipartForm';
export { readMultipartWebStream } from './readMultipartWebStream';
export type {
FileVariable,
FileVariableFromTransfer,
} from './constructMultipartForm';
export type {
MultipartResponse,
MultipartSubscriptionResponse,
} from './readMultipartWebStream';
export type { JSONObject, JSONPrimitive, JSONValue } from './types';

0 comments on commit 0f71684

Please sign in to comment.