Interface DataPointSubscriptionUpdate

interface DataPointSubscriptionUpdate {
    externalId: string;
    update: DataPointSubscriptionUpdateBody;
}

Properties

Properties

externalId: string