export type OfficialInfoDto = {
    currentFee: number;
    minimumBondInRune: number;
    totalBond: number;
};
