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

    Interface ESPPlatformEndpointInterface

    Represents the platform endpoint.

    interface ESPPlatformEndpointInterface {
        applicationARN: string;
        deviceToken: string;
        endpoint: string;
        platform?: string;
    }

    Implemented by

    Index

    Properties

    applicationARN: string
    deviceToken: string
    endpoint: string
    platform?: string