Skip to content

Commit

Permalink
fix: type name export
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs committed Jun 10, 2024
1 parent ea2eda7 commit 0d69435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/quotes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export {
GlobalQuoteSourceConfig,
QuoteTransaction,
QuoteResponseWithTx,
QuoteResponseRelevantForTxBuild as QuoteResponseRelevant,
QuoteResponseRelevantForTxBuild,
} from './types';
export {
COMPARE_BY,
Expand Down

0 comments on commit 0d69435

Please sign in to comment.