Skip to content

Commit

Permalink
reexport DeltaPriceParams
Browse files Browse the repository at this point in the history
  • Loading branch information
Velenir committed Nov 8, 2024
1 parent e20b6ad commit e887e6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ import {
constructGetDeltaPrice,
GetDeltaPriceFunctions,
DeltaPrice,
DeltaPriceParams,
} from './methods/delta/getDeltaPrice';
import {
constructGetDeltaOrders,
Expand Down Expand Up @@ -312,6 +313,7 @@ export type {
NFTOrdersUserParams,
//types for Delta methos
DeltaPrice,
DeltaPriceParams,
DeltaAuctionOrder,
ParaswapDeltaAuction,
BuildDeltaOrderDataParams,
Expand Down
2 changes: 1 addition & 1 deletion src/methods/delta/getDeltaPrice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { API_URL } from '../../constants';
import { constructSearchString } from '../../helpers/misc';
import type { ConstructFetchInput } from '../../types';

type DeltaPriceParams = {
export type DeltaPriceParams = {
/** @description Not Native Token */
srcToken: string;
destToken: string;
Expand Down

0 comments on commit e887e6c

Please sign in to comment.