ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface SynthetikaProductPrice

    interface SynthetikaProductPrice {
        base: string;
        base_float: number;
        final: string;
        final_float: number;
        historical_lowest_price: string;
        historical_lowest_price_float: number;
    }
    Index

    Properties

    base: string
    base_float: number
    final: string
    final_float: number
    historical_lowest_price: string
    historical_lowest_price_float: number