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

    Interface ESPProvResponse

    Represents the response received after provisioning.

    interface ESPProvResponse {
        data?: Record<string, any>;
        description?: string;
        status: ESPProvResponseStatus;
    }
    Index

    Properties

    data?: Record<string, any>
    description?: string