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

    Interface ESPRMServiceInterface

    Represents the service associated with a node.

    interface ESPRMServiceInterface {
        name: string;
        params: ESPRMServiceParamInterface[];
        type: string;
    }

    Implemented by

    Index

    Properties

    Properties

    name: string
    type: string