import { ID } from '../../../../commonStateTypes/common'; import { GlobalMerchant } from '../../../../entity/globalMerchant/globalMerchantState'; export interface RecommendedNonExistingGlobalMerchant extends Omit { globalMerchantId?: ID; }