fix: types

This commit is contained in:
Kirill Litvinov
2023-11-28 07:24:42 +05:00
parent 111f94be1f
commit 5e932276e7

View File

@@ -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 & {