Type DefinitionsFeeFee Defines Fee object: type Fee = { amount: { amount: string; denom: string }[]; gas: string;};