export interface I_Insurer { insurerFullName?: string; insurerLeaderIndicator: boolean; insurerKey: string; insurerPercentage: number; insurerIdentifier?: string; }