import { UABaseEvent, UABaseEvent_Base } from "./ua_base_event"; /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |EventQueueOverflowEventType i=3035 | * |isAbstract |true | */ export type UAEventQueueOverflowEvent_Base = UABaseEvent_Base; export interface UAEventQueueOverflowEvent extends UABaseEvent, UAEventQueueOverflowEvent_Base { }