import type { Option } from '@polkadot/types-codec';
import type { MultiLocation } from '@polkadot/types/interfaces/xcm';
/** @name TAssetConversion */
export interface TAssetConversion extends Option<MultiLocation> {
}
export type PHANTOM_ASSETCONVERSION = 'assetConversion';
