export interface baseInfo {
    id: string;
    title: string;
    url: string;
    price: any;
    strikePrice: any;
    onSale: any;
    discount: any;
    psPlusPrice: any;
    lastUpdated: any;
    image: string;
    details: any;
}
