Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WT-1727 Export smart checkout types #932

Merged
merged 2 commits into from
Oct 4, 2023
Merged

WT-1727 Export smart checkout types #932

merged 2 commits into from
Oct 4, 2023

Conversation

imx-mikhala
Copy link
Contributor

Summary

Fixes some exports for smart checkout that were missed

@imx-mikhala imx-mikhala requested a review from a team as a code owner October 4, 2023 05:02
@@ -441,7 +441,7 @@ type NoRoutesFound = {
* @property {RoutingOutcomeType.NO_ROUTE_OPTIONS} type - Indicates that no routing options were available for the transaction.
* @property {string} message - The message indicating why no routing options were available.
*/
type NoRouteOptions = {
export type NoRouteOptions = {
Copy link
Contributor Author

@imx-mikhala imx-mikhala Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just exporting these for consistency as everything from this file is exported but they arent exported from the index.ts as they are in a union type

@imx-mikhala imx-mikhala merged commit 5c353cc into main Oct 4, 2023
6 checks passed
@imx-mikhala imx-mikhala deleted the patch-types branch October 4, 2023 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants