// ----- 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 |SubtypeRestrictionType i=19822 | * |isAbstract |false | */ export interface UASubtypeRestriction_Base { } export interface UASubtypeRestriction extends UAObject, UASubtypeRestriction_Base { }