import type { MorningstarConverterOptions, MorningstarMetadata } from '../../../../Shared'; import type { Message } from '../../../InvestmentsConnector/InvestmentsJSON'; import type ProspectusFeesJSON from './ProspectusFeesJSON'; export interface ProspectusFeesConverterOptions extends MorningstarConverterOptions { json: ProspectusFeesJSON.ProspectusFeesResponse; } export interface ProspectusFeesConverterMetadata extends MorningstarMetadata { performanceId?: string; messages?: Array; }