@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface ESPAPIResponse

    Represents a response from the API, which can be either a success or failure.

    interface ESPAPIResponse {
        description: string;
        status: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    description: string
    status: string