import { SigStr } from "../../types"; import { RFQuote } from "../quote"; export interface IRfqSwapParams { quote: RFQuote; signature: SigStr; }