export type Quote = {
    price: number;
    fluctuationPercentage: number;
    token: string;
};
