export interface ProtocolFeeInterface { fixedAmount: string; fixedWeiAmount: string; fixedUsdAmount: number; }