import { UnionContractAddress } from "@rarible/types"; export type PreparedOrderTx = { to: UnionContractAddress; data: string; };