import type { UASubscribedDataSet, UASubscribedDataSet_Base } from "./ua_subscribed_data_set";

// ----- this file has been automatically generated - do not edit
/**
 * |                |                                                            |
 * |----------------|------------------------------------------------------------|
 * |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 {}