Export one more types

This commit is contained in:
Aleksandr Kraiz
2023-08-23 18:27:22 +04:00
parent 9e0325b726
commit 44efdd08a9
2 changed files with 4 additions and 4 deletions

View File

@@ -358,14 +358,14 @@ export type TxSwapThroughOrionPoolPayload = {
}
};
type TxBridgePayload = {
export type TxBridgePayload = {
type: TxType.BRIDGE_LOCK | TxType.BRIDGE_REDEEM | TxType.BRIDGE_REFUND
data: {
secretHash: string
}
}
type TxLiquidityMigrationPayload = {
export type TxLiquidityMigrationPayload = {
type: TxType.LIQUIDITY_MIGRATION
data: {
source: SupportedChainId
@@ -387,7 +387,7 @@ type TxLiquidityMigrationPayload = {
}
}
type TxRedeemTwoAtomicsPayload = {
export type TxRedeemTwoAtomicsPayload = {
type: TxType.REDEEM_TWO_ATOMICS
data: {
secretHash1: string