export type InterestOracleDatum = {
    unitaryInterest: bigint;
    interestRate: bigint;
    lastUpdated: bigint;
};
