interface MigrationBenefitScreenRequestData { inputMap?: MigrationBenefitScreenRequest | null; screenName?: string | null; } interface MigrationBenefitScreenRequest { planId?: string | null; previousPlanId?: string | null; preQuoteId?: string | null; planType?: string | null; }