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

    Interface AmbeedResponseBase

    Base interface for all Ambeed API responses

    interface AmbeedResponseBase {
        time: string;
        lang: string;
        source: number;
        code: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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