interface PriceInfo {
    eth: string;
    usd: number;
}

Properties

Properties

eth: string
usd: number