import { DTStructure } from "./dt_structure"; /** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |SubscribedDataSetDataType | * | isAbstract|true | */ export type DTSubscribedDataSet = DTStructure;