export type ApyHistory = {
    apy: number;
    time: number;
};
