import type { MorningstarConverterOptions, MorningstarMetadata } from '../../../../Shared/MorningstarOptions'; import type { Message } from '../../../InvestmentsConnector/InvestmentsJSON'; import type AssetAllocationBreakdownJSON from './AssetAllocationBreakdownJSON'; export interface AssetAllocationBreakdownConverterOptions extends MorningstarConverterOptions { json: AssetAllocationBreakdownJSON.AssetAllocationBreakdownResponse; } export interface AssetAllocationBreakdownConverterMetadata extends MorningstarMetadata { performanceId?: string; messages?: Array; }