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

    Interface AmbeedProductListResponse

    Response from the Ambeed product list API

    interface AmbeedProductListResponse {
        time: string;
        lang: string;
        source: number;
        code: number;
        value: AmbeedProductListResponseValue;
    }

    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

    The response value containing product list data