Skip to content

Commit

Permalink
chore: export api types
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk committed Mar 18, 2024
1 parent 8ec3bab commit 82fcc79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ export * from './utils/amounts'
export * from './validations'
export * from './ws-api'
export * from './errors'
export {
QuoterRequest,
RelayerRequest,
QuoterCustomPresetRequest,
PresetEnum,
Preset,
Quote
} from './api'

0 comments on commit 82fcc79

Please sign in to comment.