// ----- this file has been automatically generated - do not edit import { UAObject } from "node-opcua-address-space-base" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |SubscribedDataSetType i=15108 | * |isAbstract |false | */ export interface UASubscribedDataSet_Base { } export interface UASubscribedDataSet extends UAObject, UASubscribedDataSet_Base { }