// ----- this file has been automatically generated - do not edit import { UASubscribedDataSet, UASubscribedDataSet_Base } from "./ua_subscribed_data_set" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |SubscribedDataSetMirrorType i=15127 | * |isAbstract |false | */ export type UASubscribedDataSetMirror_Base = UASubscribedDataSet_Base; export interface UASubscribedDataSetMirror extends UASubscribedDataSet, UASubscribedDataSetMirror_Base { }