import { Models } from '@open-rights-exchange/chain-js'; import { EthereumChainActionType } from './chainActionTypeModels'; export type EthereumDecomposeReturn = { chainActionType: Models.ChainActionType | EthereumChainActionType; args: any; partial?: boolean; };