ChemPal Documentation - v1.7.0
    Preparing search index...

    Interface AmbeedSearchResponseProduct

    Represents a search response from the Ambeed API

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

    Hierarchy (View Summary)

    Index

    Properties

    time: string

    The timestamp of the response

    lang: string

    The language of the response

    source: number

    The source of the response

    code: number

    The response code

    value: { product_res: AmbeedProductObject[] }

    The value containing product results

    Type declaration