-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(react-query-4): export UnselectedQueryOptions, SelectedQueryOpti…
…ons (#1223) # Overview <!-- A clear and concise description of what this pr is about. --> Add exports for queryOptions return type Fix ts error such as `The inferred type of "X" cannot be named without a reference to "Y". This is likely not portable. A type annotation is necessary.` when emitting d.ts file ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. --------- Co-authored-by: GwanSik Kim <[email protected]> Co-authored-by: Jonghyeon Ko <[email protected]>
- Loading branch information
1 parent
d3231e5
commit 2221303
Showing
4 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@suspensive/react-query-4": minor | ||
--- | ||
|
||
feat(react-query-4): export UnselectedQueryOptions, SelectedQueryOptions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters