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