export interface ILimit { calculationOrder: string productComponentKey: string productComponentPath: string includedCode: string displayOrder: number productComponentMarketingName: string componentTypeCode: string appliesToCode: string durationUnitCode: string durationValue: number paymentFrequencyCode: string paymentDurationUnitCode: string paymentDurationValue: string currencyCode: string minimumAmount: number maximumAmount: number fixedAmount: number valuationTypeCode: string percentage: number amountLic: number }