import {ISwap} from "./ISwap"; import {IClaimableSwap} from "./IClaimableSwap"; export interface IClaimableSwapWrapper { claimableSwapStates: T["state"][]; }