mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
fix: types
This commit is contained in:
@@ -197,13 +197,13 @@ export type SwapInfoBase = {
|
||||
} | undefined
|
||||
alternatives: SwapInfoAlternative[]
|
||||
assetsNameMapping?: Partial<Record<string, string>> | undefined
|
||||
usdInfo?: {
|
||||
usdInfo: {
|
||||
availableAmountIn: number
|
||||
availableAmountOut: number | undefined
|
||||
marketAmountOut: number
|
||||
marketAmountIn: number | undefined
|
||||
difference: string | undefined
|
||||
}
|
||||
} | undefined
|
||||
}
|
||||
|
||||
export type SwapInfoByAmountIn = SwapInfoBase & {
|
||||
|
||||
Reference in New Issue
Block a user