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

    Interface AmbeedSearchResponseProduct

    Represents a search response from the Ambeed API

    interface AmbeedSearchResponseProduct {
        source: number;
        code: number;
        lang: string;
        value: { product_res: AmbeedProductObject[] };
        time: string;
    }
    Index

    Properties

    source: number

    The source identifier

    code: number

    The response code

    lang: string

    The language of the response

    value: { product_res: AmbeedProductObject[] }

    The value containing product results

    Type declaration

    time: string

    The timestamp of the response